Class ListFileMembersBatchArg
Arguments for List
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 List
Declaration
public ListFileMembersBatchArg(IEnumerable<string> files, uint limit = 10U)
Parameters
Type | Name | Description |
---|---|---|
System. |
files | Files for which to return members. |
System. |
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. |
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. |