Class GroupsSelector
Argument for selecting a list of groups, either by group_ids, or external group IDs.
Inherited Members
Namespace: Dropbox.Api.Team
Assembly: Dropbox.Api.dll
Syntax
public class GroupsSelector
Constructors
View SourceGroupsSelector()
Initializes a new instance of the GroupsSelector class.
Declaration
public GroupsSelector()
Properties
View SourceAsGroupExternalIds
Gets this instance as a GroupExternalIds, or null.
Declaration
public GroupsSelector.GroupExternalIds AsGroupExternalIds { get; }
Property Value
| Type | Description |
|---|---|
| GroupsSelector.GroupExternalIds |
AsGroupIds
Gets this instance as a GroupIds, or null.
Declaration
public GroupsSelector.GroupIds AsGroupIds { get; }
Property Value
| Type | Description |
|---|---|
| GroupsSelector.GroupIds |
IsGroupExternalIds
Gets a value indicating whether this instance is GroupExternalIds
Declaration
public bool IsGroupExternalIds { get; }
Property Value
| Type | Description |
|---|---|
| bool |
IsGroupIds
Gets a value indicating whether this instance is GroupIds
Declaration
public bool IsGroupIds { get; }
Property Value
| Type | Description |
|---|---|
| bool |