Class TrustedNonTeamMemberType
The trusted non team member type object
Inheritance
TrustedNonTeamMemberType
Inherited Members
Namespace: Dropbox.Api.TeamLog
Assembly: Dropbox.Api.dll
Syntax
public class TrustedNonTeamMemberType
Constructors
View SourceTrustedNonTeamMemberType()
Initializes a new instance of the TrustedNonTeamMemberType class.
Declaration
public TrustedNonTeamMemberType()
Properties
View SourceAsEnterpriseAdmin
Gets this instance as a EnterpriseAdmin, or null.
Declaration
public TrustedNonTeamMemberType.EnterpriseAdmin AsEnterpriseAdmin { get; }
Property Value
| Type | Description |
|---|---|
| TrustedNonTeamMemberType.EnterpriseAdmin |
AsMultiInstanceAdmin
Gets this instance as a MultiInstanceAdmin, or null.
Declaration
public TrustedNonTeamMemberType.MultiInstanceAdmin AsMultiInstanceAdmin { get; }
Property Value
| Type | Description |
|---|---|
| TrustedNonTeamMemberType.MultiInstanceAdmin |
AsOther
Gets this instance as a Other, or null.
Declaration
public TrustedNonTeamMemberType.Other AsOther { get; }
Property Value
| Type | Description |
|---|---|
| TrustedNonTeamMemberType.Other |
IsEnterpriseAdmin
Gets a value indicating whether this instance is EnterpriseAdmin
Declaration
public bool IsEnterpriseAdmin { get; }
Property Value
| Type | Description |
|---|---|
| bool |
IsMultiInstanceAdmin
Gets a value indicating whether this instance is MultiInstanceAdmin
Declaration
public bool IsMultiInstanceAdmin { 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 |