Show / Hide Table of Contents

Class PropertiesSearchMode

The properties search mode object

Inheritance
System.Object
PropertiesSearchMode
PropertiesSearchMode.FieldName
PropertiesSearchMode.Other
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Dropbox.Api.FileProperties
Assembly: Dropbox.Api.dll
Syntax
public class PropertiesSearchMode

Constructors

| Improve this Doc View Source

PropertiesSearchMode()

Initializes a new instance of the PropertiesSearchMode class.

Declaration
public PropertiesSearchMode()

Properties

| Improve this Doc View Source

AsFieldName

Gets this instance as a FieldName, or null.

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

AsOther

Gets this instance as a Other, or null.

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

IsFieldName

Gets a value indicating whether this instance is FieldName

Declaration
public bool IsFieldName { get; }
Property Value
Type Description
System.Boolean
| Improve this Doc View Source

IsOther

Gets a value indicating whether this instance is Other

Declaration
public bool IsOther { get; }
Property Value
Type Description
System.Boolean
  • Improve this Doc
  • View Source
In This Article
  • Constructors
    • PropertiesSearchMode()
  • Properties
    • AsFieldName
    • AsOther
    • IsFieldName
    • IsOther
Back to top Generated by DocFX