Dropbox .NET SDK
Show / Hide Table of Contents

Class GroupsSelector

Argument for selecting a list of groups, either by group_ids, or external group IDs.

Inheritance
object
GroupsSelector
GroupsSelector.GroupExternalIds
GroupsSelector.GroupIds
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 GroupsSelector

Constructors

View Source

GroupsSelector()

Initializes a new instance of the GroupsSelector class.

Declaration
public GroupsSelector()

Properties

View Source

AsGroupExternalIds

Gets this instance as a GroupExternalIds, or null.

Declaration
public GroupsSelector.GroupExternalIds AsGroupExternalIds { get; }
Property Value
Type Description
GroupsSelector.GroupExternalIds
View Source

AsGroupIds

Gets this instance as a GroupIds, or null.

Declaration
public GroupsSelector.GroupIds AsGroupIds { get; }
Property Value
Type Description
GroupsSelector.GroupIds
View Source

IsGroupExternalIds

Gets a value indicating whether this instance is GroupExternalIds

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

IsGroupIds

Gets a value indicating whether this instance is GroupIds

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