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

Namespace: CMS.DocumentEngine
Assembly: CMS.DocumentEngine (in CMS.DocumentEngine.dll) Version: 12.0.0
Syntax
C#
protected virtual string GetFilePhysicalUrlInternal(
	string siteName,
	string guid,
	string extension,
	int width,
	int height
)

Parameters

siteName
Type: SystemString
File site name.
guid
Type: SystemString
Attachment GUID.
extension
Type: SystemString
File extension. If not provided, default friendly extension is used from global settings.
width
Type: SystemInt32
Image width.
height
Type: SystemInt32
Image height.

Return Value

Type: String
See Also