Click or drag to resize
LogicalOperator Class
Inheritance Hierarchy
SystemObject
  DocuWare.Platform.ServerClientLogicalOperator

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

The LogicalOperator type exposes the following members.

Constructors
  NameDescription
Public methodLogicalOperator
Initializes a new instance of the LogicalOperator class
Top
Properties
  NameDescription
Public propertyDefaultOperator
If the option cannot be set in the dialog, the value defined here is always used for the search query
Public propertyShow
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
Top
Remarks