Show / Hide Table of Contents

Class ListFolderMembersCursorArg

The list folder members cursor arg object

Inheritance
System.Object
ListFolderMembersCursorArg
ListFolderMembersArgs
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 Source

ListFolderMembersCursorArg(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 Source

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.

Declaration
public IList<MemberAction> Actions { get; protected set; }
Property Value
Type Description
System.Collections.Generic.IList<MemberAction>
| Improve this Doc View Source

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

See Also

ListFolderMembersArgs
  • Improve this Doc
  • View Source
In This Article
  • Constructors
    • ListFolderMembersCursorArg(IEnumerable<MemberAction>, UInt32)
  • Properties
    • Actions
    • Limit
  • See Also
Back to top Generated by DocFX