Class LogicalOperator
Logical operator to join search queries together.
Inherited Members
Namespace: Dropbox.Api.FileProperties
Assembly: Dropbox.Api.dll
Syntax
public class LogicalOperator
Constructors
View SourceLogicalOperator()
Initializes a new instance of the LogicalOperator class.
Declaration
public LogicalOperator()
Properties
View SourceAsOrOperator
Gets this instance as a OrOperator, or null.
Declaration
public LogicalOperator.OrOperator AsOrOperator { get; }
Property Value
| Type | Description |
|---|---|
| LogicalOperator.OrOperator |
AsOther
Gets this instance as a Other, or null.
Declaration
public LogicalOperator.Other AsOther { get; }
Property Value
| Type | Description |
|---|---|
| LogicalOperator.Other |
IsOrOperator
Gets a value indicating whether this instance is OrOperator
Declaration
public bool IsOrOperator { get; }
Property Value
| Type | Description |
|---|---|
| bool |
IsOther
Gets a value indicating whether this instance is Other
Declaration
public bool IsOther { get; }
Property Value
| Type | Description |
|---|---|
| bool |