Show / Hide Table of Contents

Class PropertiesSearchError

The properties search error object

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

Constructors

| Improve this Doc View Source

PropertiesSearchError()

Initializes a new instance of the PropertiesSearchError class.

Declaration
public PropertiesSearchError()

Properties

| Improve this Doc View Source

AsOther

Gets this instance as a Other, or null.

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

AsPropertyGroupLookup

Gets this instance as a PropertyGroupLookup, or null.

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

IsOther

Gets a value indicating whether this instance is Other

Declaration
public bool IsOther { get; }
Property Value
Type Description
System.Boolean
| Improve this Doc View Source

IsPropertyGroupLookup

Gets a value indicating whether this instance is PropertyGroupLookup

Declaration
public bool IsPropertyGroupLookup { get; }
Property Value
Type Description
System.Boolean
  • Improve this Doc
  • View Source
In This Article
  • Constructors
    • PropertiesSearchError()
  • Properties
    • AsOther
    • AsPropertyGroupLookup
    • IsOther
    • IsPropertyGroupLookup
Back to top Generated by DocFX