Beispiel #1
0
 public static string GetMediumThumbnailPath(this IStory story, bool fullPath = false)
 {
     return(ThumbnailHelper.GetThumbnailVirtualPathForStoryOrCreateNew(story.Url, story.Id.Shrink(), ThumbnailSize.Medium, fullPath: fullPath, createMediumThumbnail: true));
 }
Beispiel #2
0
 public static string GetSmallThumbnailPath(this IStory story, bool fullPath = false)
 {
     return(ThumbnailHelper.GetThumbnailVirtualPathForStoryOrCreateNew(story.Url, story.Id.Shrink(), ThumbnailSize.Small, fullPath: fullPath));
 }