Show / Hide Table of Contents

Class GroupsMembersListArg

The groups members list arg object

Inheritance
System.Object
GroupsMembersListArg
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 GroupsMembersListArg

Constructors

| Improve this Doc View Source

GroupsMembersListArg(GroupSelector, UInt32)

Initializes a new instance of the GroupsMembersListArg class.

Declaration
public GroupsMembersListArg(GroupSelector group, uint limit = 1000U)
Parameters
Type Name Description
GroupSelector group

The group whose members are to be listed.

System.UInt32 limit

Number of results to return per call.

Properties

| Improve this Doc View Source

Group

The group whose members are to be listed.

Declaration
public GroupSelector Group { get; protected set; }
Property Value
Type Description
GroupSelector
| 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
    • GroupsMembersListArg(GroupSelector, UInt32)
  • Properties
    • Group
    • Limit
Back to top Generated by DocFX