Dropbox .NET SDK
Show / Hide Table of Contents

Class LookUpPropertiesError

The look up properties error object

Inheritance
object
LookUpPropertiesError
LookUpPropertiesError.Other
LookUpPropertiesError.PropertyGroupNotFound
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Dropbox.Api.FileProperties
Assembly: Dropbox.Api.dll
Syntax
public class LookUpPropertiesError

Constructors

View Source

LookUpPropertiesError()

Initializes a new instance of the LookUpPropertiesError class.

Declaration
public LookUpPropertiesError()

Properties

View Source

AsOther

Gets this instance as a Other, or null.

Declaration
public LookUpPropertiesError.Other AsOther { get; }
Property Value
Type Description
LookUpPropertiesError.Other
View Source

AsPropertyGroupNotFound

Gets this instance as a PropertyGroupNotFound, or null.

Declaration
public LookUpPropertiesError.PropertyGroupNotFound AsPropertyGroupNotFound { get; }
Property Value
Type Description
LookUpPropertiesError.PropertyGroupNotFound
View Source

IsOther

Gets a value indicating whether this instance is Other

Declaration
public bool IsOther { get; }
Property Value
Type Description
bool
View Source

IsPropertyGroupNotFound

Gets a value indicating whether this instance is PropertyGroupNotFound

Declaration
public bool IsPropertyGroupNotFound { get; }
Property Value
Type Description
bool
  • View Source
In this article
Back to top Dropbox .NET SDK