Show / Hide Table of Contents

Class GroupManagementType

The group type determines how a group is managed.

Inheritance
System.Object
GroupManagementType
GroupManagementType.CompanyManaged
GroupManagementType.Other
GroupManagementType.SystemManaged
GroupManagementType.UserManaged
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 Source

GroupManagementType()

Initializes a new instance of the GroupManagementType class.

Declaration
public GroupManagementType()

Properties

| Improve this Doc View Source

AsCompanyManaged

Gets this instance as a CompanyManaged, or null.

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

AsOther

Gets this instance as a Other, or null.

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

AsSystemManaged

Gets this instance as a SystemManaged, or null.

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

AsUserManaged

Gets this instance as a UserManaged, or null.

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

IsCompanyManaged

Gets a value indicating whether this instance is CompanyManaged

Declaration
public bool IsCompanyManaged { get; }
Property Value
Type Description
System.Boolean
| Improve this Doc View Source

IsOther

Gets a value indicating whether this instance is Other

Declaration
public bool IsOther { get; }
Property Value
Type Description
System.Boolean
| Improve this Doc View Source

IsSystemManaged

Gets a value indicating whether this instance is SystemManaged

Declaration
public bool IsSystemManaged { get; }
Property Value
Type Description
System.Boolean
| Improve this Doc View Source

IsUserManaged

Gets a value indicating whether this instance is UserManaged

Declaration
public bool IsUserManaged { get; }
Property Value
Type Description
System.Boolean
  • Improve this Doc
  • View Source
In This Article
  • Constructors
    • GroupManagementType()
  • Properties
    • AsCompanyManaged
    • AsOther
    • AsSystemManaged
    • AsUserManaged
    • IsCompanyManaged
    • IsOther
    • IsSystemManaged
    • IsUserManaged
Back to top Generated by DocFX