Dropbox .NET SDK
Show / Hide Table of Contents

Class FeaturesGetValuesBatchResult

The features get values batch result object

Inheritance
object
FeaturesGetValuesBatchResult
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Dropbox.Api.Team
Assembly: Dropbox.Api.dll
Syntax
public class FeaturesGetValuesBatchResult

Constructors

View Source

FeaturesGetValuesBatchResult(IEnumerable<FeatureValue>)

Initializes a new instance of the FeaturesGetValuesBatchResult class.

Declaration
public FeaturesGetValuesBatchResult(IEnumerable<FeatureValue> values)
Parameters
Type Name Description
IEnumerable<FeatureValue> values

The values

Properties

View Source

Values

Gets the values of the features get values batch result

Declaration
public IList<FeatureValue> Values { get; protected set; }
Property Value
Type Description
IList<FeatureValue>
  • View Source
In this article
Back to top Dropbox .NET SDK