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 Admin
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 |
---|---|
Admin |
AsComplianceAdmin
Gets this instance as a ComplianceAdmin, or null
.
Declaration
public AdminRole.ComplianceAdmin AsComplianceAdmin { get; }
Property Value
Type | Description |
---|---|
Admin |
AsContentAdmin
Gets this instance as a ContentAdmin, or null
.
Declaration
public AdminRole.ContentAdmin AsContentAdmin { get; }
Property Value
Type | Description |
---|---|
Admin |
AsLimitedAdmin
Gets this instance as a LimitedAdmin, or null
.
Declaration
public AdminRole.LimitedAdmin AsLimitedAdmin { get; }
Property Value
Type | Description |
---|---|
Admin |
AsMemberOnly
Gets this instance as a MemberOnly, or null
.
Declaration
public AdminRole.MemberOnly AsMemberOnly { get; }
Property Value
Type | Description |
---|---|
Admin |
AsOther
Gets this instance as a Other, or null
.
Declaration
public AdminRole.Other AsOther { get; }
Property Value
Type | Description |
---|---|
Admin |
AsReportingAdmin
Gets this instance as a ReportingAdmin, or null
.
Declaration
public AdminRole.ReportingAdmin AsReportingAdmin { get; }
Property Value
Type | Description |
---|---|
Admin |
AsSecurityAdmin
Gets this instance as a SecurityAdmin, or null
.
Declaration
public AdminRole.SecurityAdmin AsSecurityAdmin { get; }
Property Value
Type | Description |
---|---|
Admin |
AsSupportAdmin
Gets this instance as a SupportAdmin, or null
.
Declaration
public AdminRole.SupportAdmin AsSupportAdmin { get; }
Property Value
Type | Description |
---|---|
Admin |
AsTeamAdmin
Gets this instance as a TeamAdmin, or null
.
Declaration
public AdminRole.TeamAdmin AsTeamAdmin { get; }
Property Value
Type | Description |
---|---|
Admin |
AsUserManagementAdmin
Gets this instance as a UserManagementAdmin, or null
.
Declaration
public AdminRole.UserManagementAdmin AsUserManagementAdmin { get; }
Property Value
Type | Description |
---|---|
Admin |
IsBillingAdmin
Gets a value indicating whether this instance is BillingAdmin
Declaration
public bool IsBillingAdmin { get; }
Property Value
Type | Description |
---|---|
System. |
IsComplianceAdmin
Gets a value indicating whether this instance is ComplianceAdmin
Declaration
public bool IsComplianceAdmin { get; }
Property Value
Type | Description |
---|---|
System. |
IsContentAdmin
Gets a value indicating whether this instance is ContentAdmin
Declaration
public bool IsContentAdmin { get; }
Property Value
Type | Description |
---|---|
System. |
IsLimitedAdmin
Gets a value indicating whether this instance is LimitedAdmin
Declaration
public bool IsLimitedAdmin { get; }
Property Value
Type | Description |
---|---|
System. |
IsMemberOnly
Gets a value indicating whether this instance is MemberOnly
Declaration
public bool IsMemberOnly { get; }
Property Value
Type | Description |
---|---|
System. |
IsOther
Gets a value indicating whether this instance is Other
Declaration
public bool IsOther { get; }
Property Value
Type | Description |
---|---|
System. |
IsReportingAdmin
Gets a value indicating whether this instance is ReportingAdmin
Declaration
public bool IsReportingAdmin { get; }
Property Value
Type | Description |
---|---|
System. |
IsSecurityAdmin
Gets a value indicating whether this instance is SecurityAdmin
Declaration
public bool IsSecurityAdmin { get; }
Property Value
Type | Description |
---|---|
System. |
IsSupportAdmin
Gets a value indicating whether this instance is SupportAdmin
Declaration
public bool IsSupportAdmin { get; }
Property Value
Type | Description |
---|---|
System. |
IsTeamAdmin
Gets a value indicating whether this instance is TeamAdmin
Declaration
public bool IsTeamAdmin { get; }
Property Value
Type | Description |
---|---|
System. |
IsUserManagementAdmin
Gets a value indicating whether this instance is UserManagementAdmin
Declaration
public bool IsUserManagementAdmin { get; }
Property Value
Type | Description |
---|---|
System. |