Click or drag to resize
CMSAbstractTransformationGetFileUrl Method (Object, String)
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,
	string fileName
)

Parameters

attachmentGuidColumn
Type: SystemObject
Name of the column that contains the attachment
fileName
Type: SystemString
Name of the file

Return Value

Type: String
See Also