Dropbox .NET SDK
Show / Hide Table of Contents

Class PropertiesSearchMode

The properties search mode object

Inheritance
object
PropertiesSearchMode
PropertiesSearchMode.FieldName
PropertiesSearchMode.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 PropertiesSearchMode

Constructors

View Source

PropertiesSearchMode()

Initializes a new instance of the PropertiesSearchMode class.

Declaration
public PropertiesSearchMode()

Properties

View Source

AsFieldName

Gets this instance as a FieldName, or null.

Declaration
public PropertiesSearchMode.FieldName AsFieldName { get; }
Property Value
Type Description
PropertiesSearchMode.FieldName
View Source

AsOther

Gets this instance as a Other, or null.

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

IsFieldName

Gets a value indicating whether this instance is FieldName

Declaration
public bool IsFieldName { 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