Class GroupSelector
Argument for selecting a single group, either by group_id or by external group ID.
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 GroupSelector
Constructors
| Improve this Doc View SourceGroupSelector()
Initializes a new instance of the GroupSelector class.
Declaration
public GroupSelector()
Properties
| Improve this Doc View SourceAsGroupExternalId
Gets this instance as a GroupExternalId, or null
.
Declaration
public GroupSelector.GroupExternalId AsGroupExternalId { get; }
Property Value
Type | Description |
---|---|
GroupSelector.GroupExternalId |
AsGroupId
Gets this instance as a GroupId, or null
.
Declaration
public GroupSelector.GroupId AsGroupId { get; }
Property Value
Type | Description |
---|---|
GroupSelector.GroupId |
IsGroupExternalId
Gets a value indicating whether this instance is GroupExternalId
Declaration
public bool IsGroupExternalId { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
IsGroupId
Gets a value indicating whether this instance is GroupId
Declaration
public bool IsGroupId { get; }
Property Value
Type | Description |
---|---|
System.Boolean |