Class GroupsSelector
Argument for selecting a list of groups, either by group_ids, or external group IDs.
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 GroupsSelector
Constructors
| Improve this Doc View SourceGroupsSelector()
Initializes a new instance of the GroupsSelector class.
Declaration
public GroupsSelector()
Properties
| Improve this Doc 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 |
---|---|
System.Boolean |
IsGroupIds
Gets a value indicating whether this instance is GroupIds
Declaration
public bool IsGroupIds { get; }
Property Value
Type | Description |
---|---|
System.Boolean |