Class GroupType
The group type determines how a group is created and managed.
Inherited Members
Namespace: Dropbox.Api.TeamCommon
Assembly: Dropbox.Api.dll
Syntax
public class GroupType
Constructors
View SourceGroupType()
Initializes a new instance of the GroupType class.
Declaration
public GroupType()
Properties
View SourceAsOther
Gets this instance as a Other, or null.
Declaration
public GroupType.Other AsOther { get; }
Property Value
| Type | Description |
|---|---|
| GroupType.Other |
AsTeam
Gets this instance as a Team, or null.
Declaration
public GroupType.Team AsTeam { get; }
Property Value
| Type | Description |
|---|---|
| GroupType.Team |
AsUserManaged
Gets this instance as a UserManaged, or null.
Declaration
public GroupType.UserManaged AsUserManaged { get; }
Property Value
| Type | Description |
|---|---|
| GroupType.UserManaged |
IsOther
Gets a value indicating whether this instance is Other
Declaration
public bool IsOther { get; }
Property Value
| Type | Description |
|---|---|
| bool |
IsTeam
Gets a value indicating whether this instance is Team
Declaration
public bool IsTeam { get; }
Property Value
| Type | Description |
|---|---|
| bool |
IsUserManaged
Gets a value indicating whether this instance is UserManaged
Declaration
public bool IsUserManaged { get; }
Property Value
| Type | Description |
|---|---|
| bool |