Dropbox .NET SDK

Class FedAdminRole

The fed admin role object

Inheritance
object
FedAdminRole
FedAdminRole.EnterpriseAdmin
FedAdminRole.NotEnterpriseAdmin
FedAdminRole.Other
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Dropbox.Api.TeamLog
Assembly: Dropbox.Api.dll
Syntax
public class FedAdminRole

Constructors

View Source

FedAdminRole()

Initializes a new instance of the FedAdminRole class.

Declaration
public FedAdminRole()

Properties

View Source

AsEnterpriseAdmin

Gets this instance as a EnterpriseAdmin, or null.

Declaration
public FedAdminRole.EnterpriseAdmin AsEnterpriseAdmin { get; }
Property Value
Type Description
FedAdminRole.EnterpriseAdmin
View Source

AsNotEnterpriseAdmin

Gets this instance as a NotEnterpriseAdmin, or null.

Declaration
public FedAdminRole.NotEnterpriseAdmin AsNotEnterpriseAdmin { get; }
Property Value
Type Description
FedAdminRole.NotEnterpriseAdmin
View Source

AsOther

Gets this instance as a Other, or null.

Declaration
public FedAdminRole.Other AsOther { get; }
Property Value
Type Description
FedAdminRole.Other
View Source

IsEnterpriseAdmin

Gets a value indicating whether this instance is EnterpriseAdmin

Declaration
public bool IsEnterpriseAdmin { get; }
Property Value
Type Description
bool
View Source

IsNotEnterpriseAdmin

Gets a value indicating whether this instance is NotEnterpriseAdmin

Declaration
public bool IsNotEnterpriseAdmin { get; }
Property Value
Type Description
bool
View Source

IsOther

Gets a value indicating whether this instance is Other

Declaration
public bool IsOther { get; }
Property Value
Type Description
bool
  • View Source
In this article
Back to top Dropbox .NET SDK