Class IncludeMembersArg
The include members arg object
Inherited Members
Namespace: Dropbox.Api.Team
Assembly: Dropbox.Api.dll
Syntax
public class IncludeMembersArg
Constructors
View SourceIncludeMembersArg(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 SourceReturnMembers
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 |