• Home
  • API Documentation
  • API Documentation
Show / Hide Table of Contents

Class MembersListArg

The members list arg object

Inheritance
System.Object
MembersListArg
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.Team
Assembly: Dropbox.Api.dll
Syntax
public class MembersListArg

Constructors

| Improve this Doc View Source

MembersListArg(UInt32, Boolean)

Initializes a new instance of the MembersListArg class.

Declaration
public MembersListArg(uint limit = 1000U, bool includeRemoved = false)
Parameters
Type Name Description
System.UInt32 limit

Number of results to return per call.

System.Boolean includeRemoved

Whether to return removed members.

Properties

| Improve this Doc View Source

IncludeRemoved

Whether to return removed members.

Declaration
public bool IncludeRemoved { get; protected set; }
Property Value
Type Description
System.Boolean
| Improve this Doc View Source

Limit

Number of results to return per call.

Declaration
public uint Limit { get; protected set; }
Property Value
Type Description
System.UInt32
  • Improve this Doc
  • View Source
In This Article
  • Constructors
    • MembersListArg(UInt32, Boolean)
  • Properties
    • IncludeRemoved
    • Limit
Back to top Generated by DocFX