Click or drag to resize
DocumentHelperGetAttachmentUrl Method (AttachmentInfo, Int32)
Returns URL to the given attachment.

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

Parameters

attachment
Type: CMS.DocumentEngineAttachmentInfo
Attachment info
versionHistoryId
Type: SystemInt32
Version history ID

Return Value

Type: String
See Also