Class PropertiesSearchMode
The properties search mode object
Inherited Members
Namespace: Dropbox.Api.FileProperties
Assembly: Dropbox.Api.dll
Syntax
public class PropertiesSearchMode
Constructors
View SourcePropertiesSearchMode()
Initializes a new instance of the PropertiesSearchMode class.
Declaration
public PropertiesSearchMode()
Properties
View SourceAsFieldName
Gets this instance as a FieldName, or null.
Declaration
public PropertiesSearchMode.FieldName AsFieldName { get; }
Property Value
| Type | Description |
|---|---|
| PropertiesSearchMode.FieldName |
AsOther
Gets this instance as a Other, or null.
Declaration
public PropertiesSearchMode.Other AsOther { get; }
Property Value
| Type | Description |
|---|---|
| PropertiesSearchMode.Other |
IsFieldName
Gets a value indicating whether this instance is FieldName
Declaration
public bool IsFieldName { 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 |