Class GroupType
The group type determines how a group is created and managed.
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 SourceGroupType()
Initializes a new instance of the GroupType class.
Declaration
public GroupType()
Properties
| Improve this Doc 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 |
---|---|
System.Boolean |
IsTeam
Gets a value indicating whether this instance is Team
Declaration
public bool IsTeam { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
IsUserManaged
Gets a value indicating whether this instance is UserManaged
Declaration
public bool IsUserManaged { get; }
Property Value
Type | Description |
---|---|
System.Boolean |