Click or drag to resize
CMSAbstractTransformationGetAttachmentUrl Method
Returns friendly 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 GetAttachmentUrl(
	Object attachmentFileName,
	Object nodeAliasPath,
	string variant = null
)

Parameters

attachmentFileName
Type: SystemObject
Name of the attachment file.
nodeAliasPath
Type: SystemObject
Attachment document alias path.
variant (Optional)
Type: SystemString
Identifier of the attachment variant definition.

Return Value

Type: String
See Also