Click or drag to resize
ResultListQuery Class
Base query definition for a result list
Inheritance Hierarchy

Namespace: DocuWare.Platform.ServerClient
Assembly: DocuWare.Platform.ServerClient (in DocuWare.Platform.ServerClient.dll) Version: Version 6.7 [UNOFFICIAL BUILD]
Syntax
C#
[SerializableAttribute]
[XmlIncludeAttribute(typeof(DialogExpression))]
[XmlTypeAttribute(Namespace = "http://dev.docuware.com/schema/public/services/platform")]
[XmlRootAttribute(Namespace = "http://dev.docuware.com/schema/public/services/platform", 
	IsNullable = false)]
public class ResultListQuery

The ResultListQuery type exposes the following members.

Constructors
  NameDescription
Public methodResultListQuery
Creates a new instance of this class
Top
Properties
  NameDescription
Public propertyAdditionalResultFields
Define addition result fields to retrieve
Public propertyCount
Number of result documents to be retrieved in one block
Public propertyFlagConditions
Condition that filter documents by its flags
Public propertySortOrder
Gets or sets the fields which are returned by this query.
Public propertyStart
Start index of result document
Top
Remarks