Show / Hide Table of Contents

Class GroupsSelector

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

Inheritance
System.Object
GroupsSelector
GroupsSelector.GroupExternalIds
GroupsSelector.GroupIds
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 Source

GroupsSelector()

Initializes a new instance of the GroupsSelector class.

Declaration
public GroupsSelector()

Properties

| Improve this Doc View Source

AsGroupExternalIds

Gets this instance as a GroupExternalIds, or null.

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

AsGroupIds

Gets this instance as a GroupIds, or null.

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

IsGroupExternalIds

Gets a value indicating whether this instance is GroupExternalIds

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

IsGroupIds

Gets a value indicating whether this instance is GroupIds

Declaration
public bool IsGroupIds { get; }
Property Value
Type Description
System.Boolean
  • Improve this Doc
  • View Source
In This Article
  • Constructors
    • GroupsSelector()
  • Properties
    • AsGroupExternalIds
    • AsGroupIds
    • IsGroupExternalIds
    • IsGroupIds
Back to top Generated by DocFX