Click or drag to resize
DocumentAttachmentAttachmentHistoryID Property
Gets the identifier of the attachment version.

Namespace: CMS.DocumentEngine
Assembly: CMS.DocumentEngine (in CMS.DocumentEngine.dll) Version: 12.0.0
Syntax
C#
public int AttachmentHistoryID { get; }

Property Value

Type: Int32
Remarks
The identifier of the attachment that is not versioned is 0.
See Also