Show / Hide Table of Contents

Class AdminRole

The admin role object

Inheritance
System.Object
AdminRole
AdminRole.BillingAdmin
AdminRole.ComplianceAdmin
AdminRole.ContentAdmin
AdminRole.LimitedAdmin
AdminRole.MemberOnly
AdminRole.Other
AdminRole.ReportingAdmin
AdminRole.SecurityAdmin
AdminRole.SupportAdmin
AdminRole.TeamAdmin
AdminRole.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.TeamLog
Assembly: Dropbox.Api.dll
Syntax
public class AdminRole

Constructors

| Improve this Doc View Source

AdminRole()

Initializes a new instance of the AdminRole class.

Declaration
public AdminRole()

Properties

| Improve this Doc View Source

AsBillingAdmin

Gets this instance as a BillingAdmin, or null.

Declaration
public AdminRole.BillingAdmin AsBillingAdmin { get; }
Property Value
Type Description
AdminRole.BillingAdmin
| Improve this Doc View Source

AsComplianceAdmin

Gets this instance as a ComplianceAdmin, or null.

Declaration
public AdminRole.ComplianceAdmin AsComplianceAdmin { get; }
Property Value
Type Description
AdminRole.ComplianceAdmin
| Improve this Doc View Source

AsContentAdmin

Gets this instance as a ContentAdmin, or null.

Declaration
public AdminRole.ContentAdmin AsContentAdmin { get; }
Property Value
Type Description
AdminRole.ContentAdmin
| Improve this Doc View Source

AsLimitedAdmin

Gets this instance as a LimitedAdmin, or null.

Declaration
public AdminRole.LimitedAdmin AsLimitedAdmin { get; }
Property Value
Type Description
AdminRole.LimitedAdmin
| Improve this Doc View Source

AsMemberOnly

Gets this instance as a MemberOnly, or null.

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

AsOther

Gets this instance as a Other, or null.

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

AsReportingAdmin

Gets this instance as a ReportingAdmin, or null.

Declaration
public AdminRole.ReportingAdmin AsReportingAdmin { get; }
Property Value
Type Description
AdminRole.ReportingAdmin
| Improve this Doc View Source

AsSecurityAdmin

Gets this instance as a SecurityAdmin, or null.

Declaration
public AdminRole.SecurityAdmin AsSecurityAdmin { get; }
Property Value
Type Description
AdminRole.SecurityAdmin
| Improve this Doc View Source

AsSupportAdmin

Gets this instance as a SupportAdmin, or null.

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

AsTeamAdmin

Gets this instance as a TeamAdmin, or null.

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

AsUserManagementAdmin

Gets this instance as a UserManagementAdmin, or null.

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

IsBillingAdmin

Gets a value indicating whether this instance is BillingAdmin

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

IsComplianceAdmin

Gets a value indicating whether this instance is ComplianceAdmin

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

IsContentAdmin

Gets a value indicating whether this instance is ContentAdmin

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

IsLimitedAdmin

Gets a value indicating whether this instance is LimitedAdmin

Declaration
public bool IsLimitedAdmin { get; }
Property Value
Type Description
System.Boolean
| 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

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

IsReportingAdmin

Gets a value indicating whether this instance is ReportingAdmin

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

IsSecurityAdmin

Gets a value indicating whether this instance is SecurityAdmin

Declaration
public bool IsSecurityAdmin { 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
    • AdminRole()
  • Properties
    • AsBillingAdmin
    • AsComplianceAdmin
    • AsContentAdmin
    • AsLimitedAdmin
    • AsMemberOnly
    • AsOther
    • AsReportingAdmin
    • AsSecurityAdmin
    • AsSupportAdmin
    • AsTeamAdmin
    • AsUserManagementAdmin
    • IsBillingAdmin
    • IsComplianceAdmin
    • IsContentAdmin
    • IsLimitedAdmin
    • IsMemberOnly
    • IsOther
    • IsReportingAdmin
    • IsSecurityAdmin
    • IsSupportAdmin
    • IsTeamAdmin
    • IsUserManagementAdmin
Back to top Generated by DocFX