Dropbox .NET SDK
Show / Hide Table of Contents

Class UserFeaturesGetValuesBatchError

The user features get values batch error object

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

Constructors

View Source

UserFeaturesGetValuesBatchError()

Initializes a new instance of the UserFeaturesGetValuesBatchError class.

Declaration
public UserFeaturesGetValuesBatchError()

Properties

View Source

AsEmptyFeaturesList

Gets this instance as a EmptyFeaturesList, or null.

Declaration
public UserFeaturesGetValuesBatchError.EmptyFeaturesList AsEmptyFeaturesList { get; }
Property Value
Type Description
UserFeaturesGetValuesBatchError.EmptyFeaturesList
View Source

AsOther

Gets this instance as a Other, or null.

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

IsEmptyFeaturesList

Gets a value indicating whether this instance is EmptyFeaturesList

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

IsOther

Gets a value indicating whether this instance is Other

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