Click or drag to resize
CMSAbstractTransformationGetFileUrl Method (Object)
Returns URL of the attachment stored in the given column name.

Namespace: CMS.Controls
Assembly: CMS.Controls (in CMS.Controls.dll) Version: 9.0.0
Syntax
C#
public string GetFileUrl(
	Object attachmentGuidColumn
)

Parameters

attachmentGuidColumn
Type: SystemObject
Name of the column that contains the attachment

Return Value

Type: String
See Also