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 SourceUserFeaturesGetValuesBatchArg(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 SourceFeatures
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> |