Class GetAccountBatchArg
The get account batch arg object
Inherited Members
Namespace: Dropbox.Api.Users
Assembly: Dropbox.Api.dll
Syntax
public class GetAccountBatchArg
Constructors
View SourceGetAccountBatchArg(IEnumerable<string>)
Initializes a new instance of the GetAccountBatchArg class.
Declaration
public GetAccountBatchArg(IEnumerable<string> accountIds)
Parameters
| Type | Name | Description |
|---|---|---|
| IEnumerable<string> | accountIds | List of user account identifiers. Should not contain any duplicate account IDs. |
Properties
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 |
|---|---|
| IList<string> |