Class ListFileMembersBatchArg
Arguments for ListFileMembersBatchAsync(ListFileMembersBatchArg).
Inherited Members
Namespace: Dropbox.Api.Sharing
Assembly: Dropbox.Api.dll
Syntax
public class ListFileMembersBatchArg
Constructors
View SourceListFileMembersBatchArg(IEnumerable<string>, uint)
Initializes a new instance of the ListFileMembersBatchArg class.
Declaration
public ListFileMembersBatchArg(IEnumerable<string> files, uint limit = 1000)
Parameters
| Type | Name | Description |
|---|---|---|
| IEnumerable<string> | files | Files for which to return members. |
| uint | limit | Number of members to return max per query. Defaults to 1000 if no limit is specified. |
Properties
View SourceFiles
Files for which to return members.
Declaration
public IList<string> Files { get; protected set; }
Property Value
| Type | Description |
|---|---|
| IList<string> |
Limit
Number of members to return max per query. Defaults to 1000 if no limit is specified.
Declaration
public uint Limit { get; protected set; }
Property Value
| Type | Description |
|---|---|
| uint |