Click or drag to resize
TransformationHelperGetFileUrl Method (Object, Object)
Returns URL of the attachment.

Namespace: CMS.Controls
Assembly: CMS.Controls (in CMS.Controls.dll) Version: 8.2.23
Syntax
C#
public string GetFileUrl(
	Object attachmentFileName,
	Object attachmentDocumentId
)

Parameters

attachmentFileName
Type: SystemObject
Name of the attachment file
attachmentDocumentId
Type: SystemObject
Attachment document ID

Return Value

Type: String
See Also