AttachmentInfoProviderGetThumbnailPhysicalPathInternal Method |
Returns physical path to the thumbnail.
Namespace: CMS.DocumentEngineAssembly: CMS.DocumentEngine (in CMS.DocumentEngine.dll) Version: 8.2.23
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