Class LogicalOperator
Inheritance
System.Object
LogicalOperator
Namespace: DocuWare.Platform.ServerClient
Assembly: DocuWare.Platform.ServerClient.dll
Syntax
public class LogicalOperator : object
Properties
DefaultOperator
If the option cannot be set in the dialog, the value defined here is always used for the search query
Declaration
public DialogExpressionOperation DefaultOperator { get; set; }
Property Value
Type | Description |
---|---|
DialogExpressionOperation |
Show
If this option is enabled, the option can be set in the search dialog, and users can select either the AND or OR logical operator for their search query
Declaration
public bool Show { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |