AttachmentInfoProviderGetFilePhysicalURL Method |
Gets the URL to the physical file.
Namespace: CMS.DocumentEngineAssembly: CMS.DocumentEngine (in CMS.DocumentEngine.dll) Version: 9.0.0
Syntax 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:
StringSee Also