Dropbox .NET SDK
Show / Hide Table of Contents

Class FeaturesGetValuesBatchError.EmptyFeaturesList

At least one Feature must be included in the FeaturesGetValuesBatchArg.features list.

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

Fields

View Source

Instance

A singleton instance of EmptyFeaturesList

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