Class SelectListValuesQuery
Query for select list values
Namespace: DocuWare.Platform.ServerClient
Assembly: DocuWare.Platform.ServerClient.dll
Syntax
public class SelectListValuesQuery : object
Constructors
SelectListValuesQuery()
Creates a new instance of this class
Declaration
public SelectListValuesQuery()
Properties
Count
Result will be returned on pages with that block size if specified.
Declaration
public int Count { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
ReturnType
Return type of the result. Possible values are "String", "Decimal", "Date" and "DateTime". If ommited, each value is converted to a string using the agent's locale settings.
Declaration
public string ReturnType { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Start
First result to return if block size is specified.
Declaration
public int Start { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
ValuePrefix
A possible prefix of value of the field to be filled.
Declaration
public string ValuePrefix { get; set; }
Property Value
Type | Description |
---|---|
System.String |