Class AdminRole
The admin role object
Inheritance
Inherited Members
Namespace: Dropbox.Api.TeamLog
Assembly: Dropbox.Api.dll
Syntax
public class AdminRole
Constructors
| Improve this Doc View SourceAdminRole()
Initializes a new instance of the AdminRole class.
Declaration
public AdminRole()
Properties
| Improve this Doc View SourceAsBillingAdmin
Gets this instance as a BillingAdmin, or null
.
Declaration
public AdminRole.BillingAdmin AsBillingAdmin { get; }
Property Value
Type | Description |
---|---|
AdminRole.BillingAdmin |
AsComplianceAdmin
Gets this instance as a ComplianceAdmin, or null
.
Declaration
public AdminRole.ComplianceAdmin AsComplianceAdmin { get; }
Property Value
Type | Description |
---|---|
AdminRole.ComplianceAdmin |
AsContentAdmin
Gets this instance as a ContentAdmin, or null
.
Declaration
public AdminRole.ContentAdmin AsContentAdmin { get; }
Property Value
Type | Description |
---|---|
AdminRole.ContentAdmin |
AsLimitedAdmin
Gets this instance as a LimitedAdmin, or null
.
Declaration
public AdminRole.LimitedAdmin AsLimitedAdmin { get; }
Property Value
Type | Description |
---|---|
AdminRole.LimitedAdmin |
AsMemberOnly
Gets this instance as a MemberOnly, or null
.
Declaration
public AdminRole.MemberOnly AsMemberOnly { get; }
Property Value
Type | Description |
---|---|
AdminRole.MemberOnly |
AsOther
Gets this instance as a Other, or null
.
Declaration
public AdminRole.Other AsOther { get; }
Property Value
Type | Description |
---|---|
AdminRole.Other |
AsReportingAdmin
Gets this instance as a ReportingAdmin, or null
.
Declaration
public AdminRole.ReportingAdmin AsReportingAdmin { get; }
Property Value
Type | Description |
---|---|
AdminRole.ReportingAdmin |
AsSecurityAdmin
Gets this instance as a SecurityAdmin, or null
.
Declaration
public AdminRole.SecurityAdmin AsSecurityAdmin { get; }
Property Value
Type | Description |
---|---|
AdminRole.SecurityAdmin |
AsSupportAdmin
Gets this instance as a SupportAdmin, or null
.
Declaration
public AdminRole.SupportAdmin AsSupportAdmin { get; }
Property Value
Type | Description |
---|---|
AdminRole.SupportAdmin |
AsTeamAdmin
Gets this instance as a TeamAdmin, or null
.
Declaration
public AdminRole.TeamAdmin AsTeamAdmin { get; }
Property Value
Type | Description |
---|---|
AdminRole.TeamAdmin |
AsUserManagementAdmin
Gets this instance as a UserManagementAdmin, or null
.
Declaration
public AdminRole.UserManagementAdmin AsUserManagementAdmin { get; }
Property Value
Type | Description |
---|---|
AdminRole.UserManagementAdmin |
IsBillingAdmin
Gets a value indicating whether this instance is BillingAdmin
Declaration
public bool IsBillingAdmin { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
IsComplianceAdmin
Gets a value indicating whether this instance is ComplianceAdmin
Declaration
public bool IsComplianceAdmin { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
IsContentAdmin
Gets a value indicating whether this instance is ContentAdmin
Declaration
public bool IsContentAdmin { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
IsLimitedAdmin
Gets a value indicating whether this instance is LimitedAdmin
Declaration
public bool IsLimitedAdmin { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
IsMemberOnly
Gets a value indicating whether this instance is MemberOnly
Declaration
public bool IsMemberOnly { 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 |
IsReportingAdmin
Gets a value indicating whether this instance is ReportingAdmin
Declaration
public bool IsReportingAdmin { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
IsSecurityAdmin
Gets a value indicating whether this instance is SecurityAdmin
Declaration
public bool IsSecurityAdmin { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
IsSupportAdmin
Gets a value indicating whether this instance is SupportAdmin
Declaration
public bool IsSupportAdmin { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
IsTeamAdmin
Gets a value indicating whether this instance is TeamAdmin
Declaration
public bool IsTeamAdmin { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
IsUserManagementAdmin
Gets a value indicating whether this instance is UserManagementAdmin
Declaration
public bool IsUserManagementAdmin { get; }
Property Value
Type | Description |
---|---|
System.Boolean |