Dropbox .NET SDK
Show / Hide Table of Contents

Class GroupSelector

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

Inheritance
object
GroupSelector
GroupSelector.GroupExternalId
GroupSelector.GroupId
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Dropbox.Api.Team
Assembly: Dropbox.Api.dll
Syntax
public class GroupSelector

Constructors

View Source

GroupSelector()

Initializes a new instance of the GroupSelector class.

Declaration
public GroupSelector()

Properties

View Source

AsGroupExternalId

Gets this instance as a GroupExternalId, or null.

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

AsGroupId

Gets this instance as a GroupId, or null.

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

IsGroupExternalId

Gets a value indicating whether this instance is GroupExternalId

Declaration
public bool IsGroupExternalId { get; }
Property Value
Type Description
bool
View Source

IsGroupId

Gets a value indicating whether this instance is GroupId

Declaration
public bool IsGroupId { get; }
Property Value
Type Description
bool
  • View Source
In this article
Back to top Dropbox .NET SDK