Click or drag to resize
DocumentsQueryFields Property
Gets or sets the fields which are returned by this query.

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

Property Value

Type: ListString
Remarks
Depending on the server's choice, there might be more fields included, like some system fields. If this field is null then all fields are returned.
See Also