Show / Hide Table of Contents

Class GroupSelector

Argument for selecting a single group, either by group_id or by external group ID.

Inheritance
System.Object
GroupSelector
GroupSelector.GroupExternalId
GroupSelector.GroupId
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 Source

GroupSelector()

Initializes a new instance of the GroupSelector class.

Declaration
public GroupSelector()

Properties

| Improve this Doc View Source

AsGroupExternalId

Gets this instance as a GroupExternalId, or null.

Declaration
public GroupSelector.GroupExternalId AsGroupExternalId { get; }
Property Value
Type Description
GroupSelector.GroupExternalId
| Improve this Doc View Source

AsGroupId

Gets this instance as a GroupId, or null.

Declaration
public GroupSelector.GroupId AsGroupId { get; }
Property Value
Type Description
GroupSelector.GroupId
| Improve this Doc View Source

IsGroupExternalId

Gets a value indicating whether this instance is GroupExternalId

Declaration
public bool IsGroupExternalId { get; }
Property Value
Type Description
System.Boolean
| Improve this Doc View Source

IsGroupId

Gets a value indicating whether this instance is GroupId

Declaration
public bool IsGroupId { get; }
Property Value
Type Description
System.Boolean
  • Improve this Doc
  • View Source
In This Article
  • Constructors
    • GroupSelector()
  • Properties
    • AsGroupExternalId
    • AsGroupId
    • IsGroupExternalId
    • IsGroupId
Back to top Generated by DocFX