Dropbox .NET SDK
Show / Hide Table of Contents

Class PropertiesSearchError

The properties search error object

Inheritance
object
PropertiesSearchError
PropertiesSearchError.Other
PropertiesSearchError.PropertyGroupLookup
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 PropertiesSearchError

Constructors

View Source

PropertiesSearchError()

Initializes a new instance of the PropertiesSearchError class.

Declaration
public PropertiesSearchError()

Properties

View Source

AsOther

Gets this instance as a Other, or null.

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

AsPropertyGroupLookup

Gets this instance as a PropertyGroupLookup, or null.

Declaration
public PropertiesSearchError.PropertyGroupLookup AsPropertyGroupLookup { get; }
Property Value
Type Description
PropertiesSearchError.PropertyGroupLookup
View Source

IsOther

Gets a value indicating whether this instance is Other

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

IsPropertyGroupLookup

Gets a value indicating whether this instance is PropertyGroupLookup

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