Show / Hide Table of Contents

Class UserFeaturesGetValuesBatchArg

The user features get values batch arg object

Inheritance
System.Object
UserFeaturesGetValuesBatchArg
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Dropbox.Api.Users
Assembly: Dropbox.Api.dll
Syntax
public class UserFeaturesGetValuesBatchArg

Constructors

| Improve this Doc View Source

UserFeaturesGetValuesBatchArg(IEnumerable<UserFeature>)

Initializes a new instance of the UserFeaturesGetValuesBatchArg class.

Declaration
public UserFeaturesGetValuesBatchArg(IEnumerable<UserFeature> features)
Parameters
Type Name Description
System.Collections.Generic.IEnumerable<UserFeature> features

A list of features in UserFeature. If the list is empty, this route will return UserFeaturesGetValuesBatchError.

Properties

| Improve this Doc View Source

Features

A list of features in UserFeature. If the list is empty, this route will return UserFeaturesGetValuesBatchError.

Declaration
public IList<UserFeature> Features { get; protected set; }
Property Value
Type Description
System.Collections.Generic.IList<UserFeature>
  • Improve this Doc
  • View Source
In This Article
  • Constructors
    • UserFeaturesGetValuesBatchArg(IEnumerable<UserFeature>)
  • Properties
    • Features
Back to top Generated by DocFX