UploadPathHelper.GetThumbnailName method
Gets thumb file name.
public static string? GetThumbnailName(string? path, int? width = null, int? height = null)
| parameter | description |
|---|---|
| path | File path |
| width | Thumb width |
| height | Thumb height |
Return Value
The thumbnail file name.
See Also
- class UploadPathHelper