Click or drag to resize
SelectListValuesQuery Class
Dialog properties specific for Search Dialog
Inheritance Hierarchy
SystemObject
  DocuWare.Platform.ServerClientSelectListValuesQuery

Namespace: DocuWare.Platform.ServerClient
Assembly: DocuWare.Platform.ServerClient (in DocuWare.Platform.ServerClient.dll) Version: Version 6.10 [UNOFFICIAL BUILD]
Syntax
C#
[XmlTypeAttribute(Namespace = "http://dev.docuware.com/schema/public/services/platform")]
[XmlRootAttribute(Namespace = "http://dev.docuware.com/schema/public/services/platform", 
	IsNullable = true)]
public class SelectListValuesQuery

The SelectListValuesQuery type exposes the following members.

Constructors
  NameDescription
Public methodSelectListValuesQuery
Initializes a new instance of the SelectListValuesQuery class
Top
Properties
  NameDescription
Public propertyCount
Result will be returned on pages with that block size if specified. If set to default (0) select lists will be returned in one block using Limit parameter.
Public propertyCountSpecified
Public propertyStart
First result to return if block size is specified.
Public propertyStartSpecified
Top
Remarks