Class ListFileMembersBatchArg
Arguments for ListFileMembersBatchAsync(ListFileMembersBatchArg).
Inheritance
System.Object
ListFileMembersBatchArg
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.Sharing
Assembly: Dropbox.Api.dll
Syntax
public class ListFileMembersBatchArg
Constructors
| Improve this Doc View SourceListFileMembersBatchArg(IEnumerable<String>, UInt32)
Initializes a new instance of the ListFileMembersBatchArg class.
Declaration
public ListFileMembersBatchArg(IEnumerable<string> files, uint limit = 10U)
Parameters
Type | Name | Description |
---|---|---|
System.Collections.Generic.IEnumerable<System.String> | files | Files for which to return members. |
System.UInt32 | limit | Number of members to return max per query. Defaults to 10 if no limit is specified. |
Properties
| Improve this Doc View SourceFiles
Files for which to return members.
Declaration
public IList<string> Files { get; protected set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.IList<System.String> |
Limit
Number of members to return max per query. Defaults to 10 if no limit is specified.
Declaration
public uint Limit { get; protected set; }
Property Value
Type | Description |
---|---|
System.UInt32 |