Returns full file name ([name.extension] if extension is specified) or ([name] only if extension is not specified), If width and height are specified, thumbnail file name is generated.
Namespace: CMS.HelpersAssembly: CMS.Helpers (in CMS.Helpers.dll) Version: 8.0.0.0 (8.1.5347.20411)
Parameters
- fileName
- Type: System String
File name
- fileExtension
- Type: System String
File extension
- width (Optional)
- Type: System Int32
Image width
- height (Optional)
- Type: System Int32
Image height
Return Value
Type: StringSee Also