AttachmentBinaryHelperGetThumbnailPhysicalPathInternal Method |
Returns physical path to the thumbnail.
Namespace: CMS.DocumentEngineAssembly: CMS.DocumentEngine (in CMS.DocumentEngine.dll) Version: 12.0.0
Syntax protected virtual string GetThumbnailPhysicalPathInternal(
string siteName,
string guid,
string extension,
int width,
int height
)
Parameters
- siteName
- Type: SystemString
Site name. - guid
- Type: SystemString
File GUID. - extension
- Type: SystemString
File extension. - width
- Type: SystemInt32
Width. - height
- Type: SystemInt32
Height.
Return Value
Type:
StringSee Also