Click or drag to resize
TransformationHelperGetAttachmentUrlByGUID Method
Returns URL of the attachment.

Namespace: CMS.DocumentEngine.Web.UI
Assembly: CMS.DocumentEngine.Web.UI (in CMS.DocumentEngine.Web.UI.dll) Version: 11.0.0
Syntax
C#
public string GetAttachmentUrlByGUID(
	Guid attachmentGuid,
	string attachmentFileName,
	string variant = null
)

Parameters

attachmentGuid
Type: SystemGuid
Attachment GUID.
attachmentFileName
Type: SystemString
Name of the attachment file.
variant (Optional)
Type: SystemString
Identifier of the attachment variant.

Return Value

Type: String
See Also