Class GroupManagementType
The group type determines how a group is managed.
Inheritance
System.Object
GroupManagementType
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 GroupManagementType
Constructors
| Improve this Doc View SourceGroupManagementType()
Initializes a new instance of the GroupManagementType class.
Declaration
public GroupManagementType()
Properties
| Improve this Doc 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 |
---|---|
System.Boolean |
IsOther
Gets a value indicating whether this instance is Other
Declaration
public bool IsOther { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
IsSystemManaged
Gets a value indicating whether this instance is SystemManaged
Declaration
public bool IsSystemManaged { 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 |