Click or drag to resize
DocumentHelperGetAttachmentUrl Method (Guid, Int32)
Returns URL to the specified attachment GUID.

Namespace: CMS.DocumentEngine
Assembly: CMS.DocumentEngine (in CMS.DocumentEngine.dll) Version: 8.2.23
Syntax
C#
public static string GetAttachmentUrl(
	Guid attGuid,
	int versionHistoryId
)

Parameters

attGuid
Type: SystemGuid
Attachment GUID
versionHistoryId
Type: SystemInt32
Version history ID

Return Value

Type: String
See Also