Example #1
0
 private static PathInfo GetFilePathInfo(int fieldId, int?entityId, bool isVersion) => !isVersion
     ? FieldService.GetPathInfo(fieldId, entityId)
     : ArticleVersionService.GetPathInfo(fieldId, (int)entityId);