Click or drag to resize
AttachmentURLProviderGetFilePhysicalURL Method
Gets the URL to the physical file.

Namespace: CMS.DocumentEngine
Assembly: CMS.DocumentEngine (in CMS.DocumentEngine.dll) Version: 8.2.23
Syntax
C#
public static string GetFilePhysicalURL(
	string siteName,
	string guid,
	string extension = null,
	int width = 0,
	int height = 0
)

Parameters

siteName
Type: SystemString
File site name
guid
Type: SystemString
File GUID
extension (Optional)
Type: SystemString
File extension
width (Optional)
Type: SystemInt32
Image width
height (Optional)
Type: SystemInt32
Image height

Return Value

Type: String
See Also