CMSAbstractTransformationGetAttachmentUrl Method |
Note: This API is now obsolete.
Returns friendly URL of the attachment.
Namespace: CMS.DocumentEngine.Web.UIAssembly: CMS.DocumentEngine.Web.UI (in CMS.DocumentEngine.Web.UI.dll) Version: 13.0.131
Syntax [ObsoleteAttribute("This format of attachment URL is obsolete and will be removed in the next version. Use GetAttachmentUrlByGUID() method instead.")]
public string GetAttachmentUrl(
Object attachmentFileName,
Object nodeAliasPath,
string variant = null
)
Parameters
- attachmentFileName
- Type: SystemObject
Name of the attachment file. - nodeAliasPath
- Type: SystemObject
Attachment document alias path. - variant (Optional)
- Type: SystemString
Identifier of the attachment variant definition.
Return Value
Type:
StringSee Also