• Home
  • API Documentation
  • API Documentation
Show / Hide Table of Contents

Class GroupType

The group type determines how a group is created and managed.

Inheritance
System.Object
GroupType
GroupType.Other
GroupType.Team
GroupType.UserManaged
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.TeamCommon
Assembly: Dropbox.Api.dll
Syntax
public class GroupType

Constructors

| Improve this Doc View Source

GroupType()

Initializes a new instance of the GroupType class.

Declaration
public GroupType()

Properties

| Improve this Doc View Source

AsOther

Gets this instance as a Other, or null.

Declaration
public GroupType.Other AsOther { get; }
Property Value
Type Description
GroupType.Other
| Improve this Doc View Source

AsTeam

Gets this instance as a Team, or null.

Declaration
public GroupType.Team AsTeam { get; }
Property Value
Type Description
GroupType.Team
| Improve this Doc View Source

AsUserManaged

Gets this instance as a UserManaged, or null.

Declaration
public GroupType.UserManaged AsUserManaged { get; }
Property Value
Type Description
GroupType.UserManaged
| Improve this Doc View Source

IsOther

Gets a value indicating whether this instance is Other

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

IsTeam

Gets a value indicating whether this instance is Team

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

IsUserManaged

Gets a value indicating whether this instance is UserManaged

Declaration
public bool IsUserManaged { get; }
Property Value
Type Description
System.Boolean
  • Improve this Doc
  • View Source
In This Article
  • Constructors
    • GroupType()
  • Properties
    • AsOther
    • AsTeam
    • AsUserManaged
    • IsOther
    • IsTeam
    • IsUserManaged
Back to top Generated by DocFX