Class IncludeMembersArg
The include members arg object
Inheritance
System.Object
IncludeMembersArg
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 SourceIncludeMembersArg(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 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 |
---|---|
System.Boolean |