Click or drag to resize
DocumentAttachmentAttachmentFormGUID Property
Indicates that the attachment is temporary and it is bound to the specific instance of form with this GUID.

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

Property Value

Type: Guid
Remarks
Temporary attachments are not versioned, therefore this property always empty guid in case of attachment version.
See Also