Class PropertiesSearchError
The properties search error object
Inheritance
PropertiesSearchError
Inherited Members
Namespace: Dropbox.Api.FileProperties
Assembly: Dropbox.Api.dll
Syntax
public class PropertiesSearchError
Constructors
View SourcePropertiesSearchError()
Initializes a new instance of the PropertiesSearchError class.
Declaration
public PropertiesSearchError()
Properties
View SourceAsOther
Gets this instance as a Other, or null.
Declaration
public PropertiesSearchError.Other AsOther { get; }
Property Value
| Type | Description |
|---|---|
| PropertiesSearchError.Other |
AsPropertyGroupLookup
Gets this instance as a PropertyGroupLookup, or null.
Declaration
public PropertiesSearchError.PropertyGroupLookup AsPropertyGroupLookup { get; }
Property Value
| Type | Description |
|---|---|
| PropertiesSearchError.PropertyGroupLookup |
IsOther
Gets a value indicating whether this instance is Other
Declaration
public bool IsOther { get; }
Property Value
| Type | Description |
|---|---|
| bool |
IsPropertyGroupLookup
Gets a value indicating whether this instance is PropertyGroupLookup
Declaration
public bool IsPropertyGroupLookup { get; }
Property Value
| Type | Description |
|---|---|
| bool |