Class GroupManagementType
The group type determines how a group is managed.
Inheritance
GroupManagementType
Inherited Members
Namespace: Dropbox.Api.TeamCommon
Assembly: Dropbox.Api.dll
Syntax
public class GroupManagementType
Constructors
View SourceGroupManagementType()
Initializes a new instance of the GroupManagementType class.
Declaration
public GroupManagementType()
Properties
View SourceAsCompanyManaged
Gets this instance as a CompanyManaged, or null.
Declaration
public GroupManagementType.CompanyManaged AsCompanyManaged { get; }
Property Value
| Type | Description |
|---|---|
| GroupManagementType.CompanyManaged |
AsOther
Gets this instance as a Other, or null.
Declaration
public GroupManagementType.Other AsOther { get; }
Property Value
| Type | Description |
|---|---|
| GroupManagementType.Other |
AsSystemManaged
Gets this instance as a SystemManaged, or null.
Declaration
public GroupManagementType.SystemManaged AsSystemManaged { get; }
Property Value
| Type | Description |
|---|---|
| GroupManagementType.SystemManaged |
AsUserManaged
Gets this instance as a UserManaged, or null.
Declaration
public GroupManagementType.UserManaged AsUserManaged { get; }
Property Value
| Type | Description |
|---|---|
| GroupManagementType.UserManaged |
IsCompanyManaged
Gets a value indicating whether this instance is CompanyManaged
Declaration
public bool IsCompanyManaged { get; }
Property Value
| Type | Description |
|---|---|
| bool |
IsOther
Gets a value indicating whether this instance is Other
Declaration
public bool IsOther { get; }
Property Value
| Type | Description |
|---|---|
| bool |
IsSystemManaged
Gets a value indicating whether this instance is SystemManaged
Declaration
public bool IsSystemManaged { 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 |