BaseInfoGeneralizedInfoWrapperGetThumbnailUrl Method |
Gets the object thumbnail URL
Namespace: CMS.DataEngineAssembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 12.0.0
Syntax public string GetThumbnailUrl(
int width,
int height,
int maxSideSize
)
Parameters
- width
- Type: SystemInt32
Width - height
- Type: SystemInt32
Height - maxSideSize
- Type: SystemInt32
Maximum side size, width or height
Return Value
Type:
StringSee Also