UploadPathHelper.GetThumbnailName method

namespace: Serenity.Web   assemblySerenity.Net.Services

Gets thumb file name

public static string GetThumbnailName(string path, string thumbSuffix = "_t.jpg")
parameter description
path File path
thumbSuffix Thumb suffix, default is "_t.jpg"

See Also