Class AdminRole
The admin role object
Inheritance
Inherited Members
Namespace: Dropbox.Api.TeamLog
Assembly: Dropbox.Api.dll
Syntax
public class AdminRole
Constructors
View SourceAdminRole()
Initializes a new instance of the AdminRole class.
Declaration
public AdminRole()
Properties
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 |
AsDeprecatedFreemiumTeamMember
Gets this instance as a DeprecatedFreemiumTeamMember, or null.
Declaration
public AdminRole.DeprecatedFreemiumTeamMember AsDeprecatedFreemiumTeamMember { get; }
Property Value
| Type | Description |
|---|---|
| AdminRole.DeprecatedFreemiumTeamMember |
AsFreemiumTeamCreator
Gets this instance as a FreemiumTeamCreator, or null.
Declaration
public AdminRole.FreemiumTeamCreator AsFreemiumTeamCreator { get; }
Property Value
| Type | Description |
|---|---|
| AdminRole.FreemiumTeamCreator |
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 |
|---|---|
| bool |
IsComplianceAdmin
Gets a value indicating whether this instance is ComplianceAdmin
Declaration
public bool IsComplianceAdmin { get; }
Property Value
| Type | Description |
|---|---|
| bool |
IsContentAdmin
Gets a value indicating whether this instance is ContentAdmin
Declaration
public bool IsContentAdmin { get; }
Property Value
| Type | Description |
|---|---|
| bool |
IsDeprecatedFreemiumTeamMember
Gets a value indicating whether this instance is DeprecatedFreemiumTeamMember
Declaration
public bool IsDeprecatedFreemiumTeamMember { get; }
Property Value
| Type | Description |
|---|---|
| bool |
IsFreemiumTeamCreator
Gets a value indicating whether this instance is FreemiumTeamCreator
Declaration
public bool IsFreemiumTeamCreator { get; }
Property Value
| Type | Description |
|---|---|
| bool |
IsLimitedAdmin
Gets a value indicating whether this instance is LimitedAdmin
Declaration
public bool IsLimitedAdmin { get; }
Property Value
| Type | Description |
|---|---|
| bool |
IsMemberOnly
Gets a value indicating whether this instance is MemberOnly
Declaration
public bool IsMemberOnly { get; }
Property Value
| Type | Description |
|---|---|
| bool |
IsOther
Gets a value indicating whether this instance is Other
Declaration
public bool IsOther { get; }
Property Value
| Type | Description |
|---|---|
| bool |
IsReportingAdmin
Gets a value indicating whether this instance is ReportingAdmin
Declaration
public bool IsReportingAdmin { get; }
Property Value
| Type | Description |
|---|---|
| bool |
IsSecurityAdmin
Gets a value indicating whether this instance is SecurityAdmin
Declaration
public bool IsSecurityAdmin { get; }
Property Value
| Type | Description |
|---|---|
| bool |
IsSupportAdmin
Gets a value indicating whether this instance is SupportAdmin
Declaration
public bool IsSupportAdmin { get; }
Property Value
| Type | Description |
|---|---|
| bool |
IsTeamAdmin
Gets a value indicating whether this instance is TeamAdmin
Declaration
public bool IsTeamAdmin { get; }
Property Value
| Type | Description |
|---|---|
| bool |
IsUserManagementAdmin
Gets a value indicating whether this instance is UserManagementAdmin
Declaration
public bool IsUserManagementAdmin { get; }
Property Value
| Type | Description |
|---|---|
| bool |