Dropbox .NET SDK
Show / Hide Table of Contents

Class GroupManagementType

The group type determines how a group is managed.

Inheritance
object
GroupManagementType
GroupManagementType.CompanyManaged
GroupManagementType.Other
GroupManagementType.SystemManaged
GroupManagementType.UserManaged
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Dropbox.Api.TeamCommon
Assembly: Dropbox.Api.dll
Syntax
public class GroupManagementType

Constructors

View Source

GroupManagementType()

Initializes a new instance of the GroupManagementType class.

Declaration
public GroupManagementType()

Properties

View Source

AsCompanyManaged

Gets this instance as a CompanyManaged, or null.

Declaration
public GroupManagementType.CompanyManaged AsCompanyManaged { get; }
Property Value
Type Description
GroupManagementType.CompanyManaged
View Source

AsOther

Gets this instance as a Other, or null.

Declaration
public GroupManagementType.Other AsOther { get; }
Property Value
Type Description
GroupManagementType.Other
View Source

AsSystemManaged

Gets this instance as a SystemManaged, or null.

Declaration
public GroupManagementType.SystemManaged AsSystemManaged { get; }
Property Value
Type Description
GroupManagementType.SystemManaged
View Source

AsUserManaged

Gets this instance as a UserManaged, or null.

Declaration
public GroupManagementType.UserManaged AsUserManaged { get; }
Property Value
Type Description
GroupManagementType.UserManaged
View Source

IsCompanyManaged

Gets a value indicating whether this instance is CompanyManaged

Declaration
public bool IsCompanyManaged { get; }
Property Value
Type Description
bool
View Source

IsOther

Gets a value indicating whether this instance is Other

Declaration
public bool IsOther { get; }
Property Value
Type Description
bool
View Source

IsSystemManaged

Gets a value indicating whether this instance is SystemManaged

Declaration
public bool IsSystemManaged { get; }
Property Value
Type Description
bool
View Source

IsUserManaged

Gets a value indicating whether this instance is UserManaged

Declaration
public bool IsUserManaged { get; }
Property Value
Type Description
bool
  • View Source
In this article
Back to top Dropbox .NET SDK