Dropbox .NET SDK
Show / Hide Table of Contents

Class GroupsMembersListArg

The groups members list arg object

Inheritance
object
GroupsMembersListArg
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Dropbox.Api.Team
Assembly: Dropbox.Api.dll
Syntax
public class GroupsMembersListArg

Constructors

View Source

GroupsMembersListArg(GroupSelector, uint)

Initializes a new instance of the GroupsMembersListArg class.

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

The group whose members are to be listed.

uint limit

Number of results to return per call.

Properties

View Source

Group

The group whose members are to be listed.

Declaration
public GroupSelector Group { get; protected set; }
Property Value
Type Description
GroupSelector
View Source

Limit

Number of results to return per call.

Declaration
public uint Limit { get; protected set; }
Property Value
Type Description
uint
  • View Source
In this article
Back to top Dropbox .NET SDK