Click or drag to resize
DocumentAttachment.AttachmentDescription Property
Gets the description of the attachment or attachment version.

Namespace: CMS.DocumentEngine
Assembly: CMS.DocumentEngine (in CMS.DocumentEngine.dll) Version: 11.0.0
Syntax
C#
public string AttachmentDescription { get; set; }

Property Value

Type: String

Implements

IAttachment.AttachmentDescription
See Also