| AttachmentURLProviderGetFilePhysicalURL Method  | 
            Gets the URL to the physical file.
            
 
Namespace: CMS.DocumentEngineAssembly: CMS.DocumentEngine (in CMS.DocumentEngine.dll) Version: 8.2.23
Syntaxpublic 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