AttachmentURLProviderGetFilePhysicalURLInternal Method |
Gets the URL to the physical file.
Namespace: CMS.DocumentEngineAssembly: CMS.DocumentEngine (in CMS.DocumentEngine.dll) Version: 10.0.0
Syntax protected virtual string GetFilePhysicalURLInternal(
string siteName,
string guid,
string extension,
int width,
int height
)
Parameters
- siteName
- Type: SystemString
File site name. - guid
- Type: SystemString
File GUID. - extension
- Type: SystemString
File extension. - width
- Type: SystemInt32
Image width. - height
- Type: SystemInt32
Image height.
Return Value
Type:
StringSee Also