• Home
  • API Documentation
  • API Documentation
Show / Hide Table of Contents

Class FeaturesGetValuesBatchError

The features get values batch error object

Inheritance
System.Object
FeaturesGetValuesBatchError
FeaturesGetValuesBatchError.EmptyFeaturesList
FeaturesGetValuesBatchError.Other
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.Team
Assembly: Dropbox.Api.dll
Syntax
public class FeaturesGetValuesBatchError

Constructors

| Improve this Doc View Source

FeaturesGetValuesBatchError()

Initializes a new instance of the FeaturesGetValuesBatchError class.

Declaration
public FeaturesGetValuesBatchError()

Properties

| Improve this Doc View Source

AsEmptyFeaturesList

Gets this instance as a EmptyFeaturesList, or null.

Declaration
public FeaturesGetValuesBatchError.EmptyFeaturesList AsEmptyFeaturesList { get; }
Property Value
Type Description
FeaturesGetValuesBatchError.EmptyFeaturesList
| Improve this Doc View Source

AsOther

Gets this instance as a Other, or null.

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

IsEmptyFeaturesList

Gets a value indicating whether this instance is EmptyFeaturesList

Declaration
public bool IsEmptyFeaturesList { get; }
Property Value
Type Description
System.Boolean
| 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
In This Article
  • Constructors
    • FeaturesGetValuesBatchError()
  • Properties
    • AsEmptyFeaturesList
    • AsOther
    • IsEmptyFeaturesList
    • IsOther
Back to top Generated by DocFX