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

Class IncludeMembersArg

The include members arg object

Inheritance
System.Object
IncludeMembersArg
GroupMembersAddArg
GroupMembersRemoveArg
GroupUpdateArgs
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 IncludeMembersArg

Constructors

| Improve this Doc View Source

IncludeMembersArg(Boolean)

Initializes a new instance of the IncludeMembersArg class.

Declaration
public IncludeMembersArg(bool returnMembers = true)
Parameters
Type Name Description
System.Boolean 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

| Improve this Doc 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
System.Boolean

See Also

GroupMembersAddArg
GroupMembersRemoveArg
GroupUpdateArgs
  • Improve this Doc
  • View Source
In This Article
  • Constructors
    • IncludeMembersArg(Boolean)
  • Properties
    • ReturnMembers
  • See Also
Back to top Generated by DocFX