DocumentHelperGetAttachmentUrl Method (IAttachment, Int32) |
Returns URL to the given attachment.
Namespace: CMS.DocumentEngineAssembly: CMS.DocumentEngine (in CMS.DocumentEngine.dll) Version: 11.0.0
Syntax public static string GetAttachmentUrl(
IAttachment attachment,
int versionHistoryId
)
Parameters
- attachment
- Type: CMS.DocumentEngineIAttachment
Attachment info - versionHistoryId
- Type: SystemInt32
Version history ID
Return Value
Type:
StringSee Also