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