Class FedAdminRole
The fed admin role object
Inheritance
FedAdminRole
Inherited Members
Namespace: Dropbox.Api.TeamLog
Assembly: Dropbox.Api.dll
Syntax
public class FedAdminRole
Constructors
View SourceFedAdminRole()
Initializes a new instance of the FedAdminRole class.
Declaration
public FedAdminRole()
Properties
View SourceAsEnterpriseAdmin
Gets this instance as a EnterpriseAdmin, or null.
Declaration
public FedAdminRole.EnterpriseAdmin AsEnterpriseAdmin { get; }
Property Value
| Type | Description |
|---|---|
| FedAdminRole.EnterpriseAdmin |
AsNotEnterpriseAdmin
Gets this instance as a NotEnterpriseAdmin, or null.
Declaration
public FedAdminRole.NotEnterpriseAdmin AsNotEnterpriseAdmin { get; }
Property Value
| Type | Description |
|---|---|
| FedAdminRole.NotEnterpriseAdmin |
AsOther
Gets this instance as a Other, or null.
Declaration
public FedAdminRole.Other AsOther { get; }
Property Value
| Type | Description |
|---|---|
| FedAdminRole.Other |
IsEnterpriseAdmin
Gets a value indicating whether this instance is EnterpriseAdmin
Declaration
public bool IsEnterpriseAdmin { get; }
Property Value
| Type | Description |
|---|---|
| bool |
IsNotEnterpriseAdmin
Gets a value indicating whether this instance is NotEnterpriseAdmin
Declaration
public bool IsNotEnterpriseAdmin { 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 |