Dropbox .NET SDK
Show / Hide Table of Contents

Class IncludeMembersArg

The include members arg object

Inheritance
object
IncludeMembersArg
GroupMembersAddArg
GroupMembersRemoveArg
GroupUpdateArgs
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 IncludeMembersArg

Constructors

View Source

IncludeMembersArg(bool)

Initializes a new instance of the IncludeMembersArg class.

Declaration
public IncludeMembersArg(bool returnMembers = true)
Parameters
Type Name Description
bool returnMembers

Whether to return the list of members in the group. Note that the default value will cause all the group members to be returned in the response. This may take a long time for large groups.

Properties

View Source

ReturnMembers

Whether to return the list of members in the group. Note that the default value will cause all the group members to be returned in the response. This may take a long time for large groups.

Declaration
public bool ReturnMembers { get; protected set; }
Property Value
Type Description
bool

See Also

GroupMembersAddArg
GroupMembersRemoveArg
GroupUpdateArgs
  • View Source
In this article
Back to top Dropbox .NET SDK