Show / Hide Table of Contents

Class AdminTier

Describes which team-related admin permissions a user has.

Inheritance
System.Object
AdminTier
AdminTier.MemberOnly
AdminTier.SupportAdmin
AdminTier.TeamAdmin
AdminTier.UserManagementAdmin
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.Team
Assembly: Dropbox.Api.dll
Syntax
public class AdminTier

Constructors

| Improve this Doc View Source

AdminTier()

Initializes a new instance of the AdminTier class.

Declaration
public AdminTier()

Properties

| Improve this Doc View Source

AsMemberOnly

Gets this instance as a MemberOnly, or null.

Declaration
public AdminTier.MemberOnly AsMemberOnly { get; }
Property Value
Type Description
AdminTier.MemberOnly
| Improve this Doc View Source

AsSupportAdmin

Gets this instance as a SupportAdmin, or null.

Declaration
public AdminTier.SupportAdmin AsSupportAdmin { get; }
Property Value
Type Description
AdminTier.SupportAdmin
| Improve this Doc View Source

AsTeamAdmin

Gets this instance as a TeamAdmin, or null.

Declaration
public AdminTier.TeamAdmin AsTeamAdmin { get; }
Property Value
Type Description
AdminTier.TeamAdmin
| Improve this Doc View Source

AsUserManagementAdmin

Gets this instance as a UserManagementAdmin, or null.

Declaration
public AdminTier.UserManagementAdmin AsUserManagementAdmin { get; }
Property Value
Type Description
AdminTier.UserManagementAdmin
| Improve this Doc View Source

IsMemberOnly

Gets a value indicating whether this instance is MemberOnly

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

IsSupportAdmin

Gets a value indicating whether this instance is SupportAdmin

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

IsTeamAdmin

Gets a value indicating whether this instance is TeamAdmin

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

IsUserManagementAdmin

Gets a value indicating whether this instance is UserManagementAdmin

Declaration
public bool IsUserManagementAdmin { get; }
Property Value
Type Description
System.Boolean
  • Improve this Doc
  • View Source
In This Article
  • Constructors
    • AdminTier()
  • Properties
    • AsMemberOnly
    • AsSupportAdmin
    • AsTeamAdmin
    • AsUserManagementAdmin
    • IsMemberOnly
    • IsSupportAdmin
    • IsTeamAdmin
    • IsUserManagementAdmin
Back to top Generated by DocFX