Dropbox .NET SDK
Show / Hide Table of Contents

Class UserFeaturesGetValuesBatchResult

The user features get values batch result object

Inheritance
object
UserFeaturesGetValuesBatchResult
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 UserFeaturesGetValuesBatchResult

Constructors

View Source

UserFeaturesGetValuesBatchResult(IEnumerable<UserFeatureValue>)

Initializes a new instance of the UserFeaturesGetValuesBatchResult class.

Declaration
public UserFeaturesGetValuesBatchResult(IEnumerable<UserFeatureValue> values)
Parameters
Type Name Description
IEnumerable<UserFeatureValue> values

The values

Properties

View Source

Values

Gets the values of the user features get values batch result

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