Click or drag to resize
DocumentSections Property
Sections of the document. Contain no sections if document is DBRecord

Namespace: DocuWare.Platform.ServerClient
Assembly: DocuWare.Platform.ServerClient (in DocuWare.Platform.ServerClient.dll) Version: Version 6.7 [UNOFFICIAL BUILD]
Syntax
C#
[XmlArrayItemAttribute(IsNullable = false)]
public List<Section> Sections { get; set; }

Property Value

Type: ListSection
See Also