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