TransformationHelperGetAttachmentUrlByGUID Method |
Returns URL of the attachment.
Namespace: CMS.DocumentEngine.Web.UIAssembly: CMS.DocumentEngine.Web.UI (in CMS.DocumentEngine.Web.UI.dll) Version: 13.0.131
Syntax 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:
StringSee Also