Click or drag to resize
DocumentAttachmentAttachmentVariantParentID Property
Attachment variant parent ID.

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

Property Value

Type: Int32

Implements

IAttachmentAttachmentVariantParentID
Remarks
If attachment is history version, points to attachment history (AttachmentHistoryInfo), otherwise points to publishes attachment (AttachmentInfo)
See Also