Class TrustedNonTeamMemberType
The trusted non team member type object
Inheritance
System.Object
TrustedNonTeamMemberType
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Dropbox.Api.TeamLog
Assembly: Dropbox.Api.dll
Syntax
public class TrustedNonTeamMemberType
Constructors
| Improve this Doc View SourceTrustedNonTeamMemberType()
Initializes a new instance of the TrustedNonTeamMemberType class.
Declaration
public TrustedNonTeamMemberType()
Properties
| Improve this Doc 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 |
---|---|
System.Boolean |
IsMultiInstanceAdmin
Gets a value indicating whether this instance is MultiInstanceAdmin
Declaration
public bool IsMultiInstanceAdmin { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
IsOther
Gets a value indicating whether this instance is Other
Declaration
public bool IsOther { get; }
Property Value
Type | Description |
---|---|
System.Boolean |