Dropbox .NET SDK

Class TrustedNonTeamMemberType

The trusted non team member type object

Inheritance
object
TrustedNonTeamMemberType
TrustedNonTeamMemberType.EnterpriseAdmin
TrustedNonTeamMemberType.MultiInstanceAdmin
TrustedNonTeamMemberType.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 TrustedNonTeamMemberType

Constructors

View Source

TrustedNonTeamMemberType()

Initializes a new instance of the TrustedNonTeamMemberType class.

Declaration
public TrustedNonTeamMemberType()

Properties

View Source

AsEnterpriseAdmin

Gets this instance as a EnterpriseAdmin, or null.

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

AsMultiInstanceAdmin

Gets this instance as a MultiInstanceAdmin, or null.

Declaration
public TrustedNonTeamMemberType.MultiInstanceAdmin AsMultiInstanceAdmin { get; }
Property Value
Type Description
TrustedNonTeamMemberType.MultiInstanceAdmin
View Source

AsOther

Gets this instance as a Other, or null.

Declaration
public TrustedNonTeamMemberType.Other AsOther { get; }
Property Value
Type Description
TrustedNonTeamMemberType.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

IsMultiInstanceAdmin

Gets a value indicating whether this instance is MultiInstanceAdmin

Declaration
public bool IsMultiInstanceAdmin { 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