Class ListFolderMembersCursorArg
The list folder members cursor arg object
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 ListFolderMembersCursorArg
Constructors
| Improve this Doc View SourceListFolderMembersCursorArg(IEnumerable<MemberAction>, UInt32)
Initializes a new instance of the ListFolderMembersCursorArg class.
Declaration
public ListFolderMembersCursorArg(IEnumerable<MemberAction> actions = null, uint limit = 1000U)
Parameters
Type | Name | Description |
---|---|---|
System.Collections.Generic.IEnumerable<MemberAction> | actions | This is a list indicating whether each returned member will include a boolean value Allow that describes whether the current user can perform the MemberAction on the member. |
System.UInt32 | limit | The maximum number of results that include members, groups and invitees to return per request. |
Properties
| Improve this Doc View SourceActions
This is a list indicating whether each returned member will include a boolean value Allow that describes whether the current user can perform the MemberAction on the member.
Declaration
public IList<MemberAction> Actions { get; protected set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.IList<MemberAction> |
Limit
The maximum number of results that include members, groups and invitees to return per request.
Declaration
public uint Limit { get; protected set; }
Property Value
Type | Description |
---|---|
System.UInt32 |