| AttachmentURLProviderGetFilePhysicalURLInternal Method  | 
            Gets the URL to the physical file.
            
 
Namespace: CMS.DocumentEngineAssembly: CMS.DocumentEngine (in CMS.DocumentEngine.dll) Version: 8.2.23
Syntaxprotected 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: 
String
See Also