Dropbox .NET SDK
Show / Hide Table of Contents

Class UserFeaturesGetValuesBatchError.EmptyFeaturesList

At least one UserFeature must be included in the UserFeaturesGetValuesBatchArg.features list.

Inheritance
object
UserFeaturesGetValuesBatchError
UserFeaturesGetValuesBatchError.EmptyFeaturesList
Inherited Members
UserFeaturesGetValuesBatchError.IsEmptyFeaturesList
UserFeaturesGetValuesBatchError.AsEmptyFeaturesList
UserFeaturesGetValuesBatchError.IsOther
UserFeaturesGetValuesBatchError.AsOther
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Dropbox.Api.Users
Assembly: Dropbox.Api.dll
Syntax
public sealed class UserFeaturesGetValuesBatchError.EmptyFeaturesList : UserFeaturesGetValuesBatchError

Fields

View Source

Instance

A singleton instance of EmptyFeaturesList

Declaration
public static readonly UserFeaturesGetValuesBatchError.EmptyFeaturesList Instance
Field Value
Type Description
UserFeaturesGetValuesBatchError.EmptyFeaturesList
  • View Source
In this article
Back to top Dropbox .NET SDK