Click or drag to resize
AttachmentInfoProviderGetThumbnailPhysicalPath Method
Returns physical path to the thumbnail.

Namespace: CMS.DocumentEngine
Assembly: CMS.DocumentEngine (in CMS.DocumentEngine.dll) Version: 8.2.23
Syntax
C#
public static string GetThumbnailPhysicalPath(
	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: String
See Also