UploadPathHelper.GetThumbnailName method
namespace: Serenity.Web assembly: Serenity.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
- class UploadPathHelper