Class PropertiesSearchMode
The properties search mode object
Inheritance
System.Object
PropertiesSearchMode
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 SourcePropertiesSearchMode()
Initializes a new instance of the PropertiesSearchMode class.
Declaration
public PropertiesSearchMode()
Properties
| Improve this Doc 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 |
---|---|
System.Boolean |
IsOther
Gets a value indicating whether this instance is Other
Declaration
public bool IsOther { get; }
Property Value
Type | Description |
---|---|
System.Boolean |