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

Namespace: CMS.Controls
Assembly: CMS.Controls (in CMS.Controls.dll) Version: 9.0.0
Syntax
C#
public string GetAttachmentUrl(
	Object attachmentFileName,
	Object nodeAliasPath
)

Parameters

attachmentFileName
Type: SystemObject
Name of the attachment file
nodeAliasPath
Type: SystemObject
Attachment document alias path

Return Value

Type: String
See Also