CMSAbstractTransformationGetFileUrl Method (Object, String) |
Returns URL of the attachment stored in the given column name.
Namespace: CMS.ControlsAssembly: CMS.Controls (in CMS.Controls.dll) Version: 8.2.23
Syntax 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:
StringSee Also