Class GetAccountBatchArg
The get account batch arg object
Inheritance
System.Object
    GetAccountBatchArg
  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 GetAccountBatchArg
  Constructors
| Improve this Doc View SourceGetAccountBatchArg(IEnumerable<String>)
Initializes a new instance of the GetAccountBatchArg class.
Declaration
public GetAccountBatchArg(IEnumerable<string> accountIds)
  Parameters
| Type | Name | Description | 
|---|---|---|
| System.Collections.Generic.IEnumerable<System.String> | accountIds | List of user account identifiers. Should not contain any duplicate account IDs.  | 
      
Properties
| Improve this Doc View SourceAccountIds
List of user account identifiers. Should not contain any duplicate account IDs.
Declaration
public IList<string> AccountIds { get; protected set; }
  Property Value
| Type | Description | 
|---|---|
| System.Collections.Generic.IList<System.String> |