Dropbox .NET SDK
Show / Hide Table of Contents

Class LogicalOperator

Logical operator to join search queries together.

Inheritance
object
LogicalOperator
LogicalOperator.OrOperator
LogicalOperator.Other
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Dropbox.Api.FileProperties
Assembly: Dropbox.Api.dll
Syntax
public class LogicalOperator

Constructors

View Source

LogicalOperator()

Initializes a new instance of the LogicalOperator class.

Declaration
public LogicalOperator()

Properties

View Source

AsOrOperator

Gets this instance as a OrOperator, or null.

Declaration
public LogicalOperator.OrOperator AsOrOperator { get; }
Property Value
Type Description
LogicalOperator.OrOperator
View Source

AsOther

Gets this instance as a Other, or null.

Declaration
public LogicalOperator.Other AsOther { get; }
Property Value
Type Description
LogicalOperator.Other
View Source

IsOrOperator

Gets a value indicating whether this instance is OrOperator

Declaration
public bool IsOrOperator { get; }
Property Value
Type Description
bool
View Source

IsOther

Gets a value indicating whether this instance is Other

Declaration
public bool IsOther { get; }
Property Value
Type Description
bool
  • View Source
In this article
Back to top Dropbox .NET SDK