Show / Hide Table of Contents

Class TrustedNonTeamMemberType

The trusted non team member type object

Inheritance
System.Object
TrustedNonTeamMemberType
TrustedNonTeamMemberType.EnterpriseAdmin
TrustedNonTeamMemberType.MultiInstanceAdmin
TrustedNonTeamMemberType.Other
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 Source

TrustedNonTeamMemberType()

Initializes a new instance of the TrustedNonTeamMemberType class.

Declaration
public TrustedNonTeamMemberType()

Properties

| Improve this Doc View Source

AsEnterpriseAdmin

Gets this instance as a EnterpriseAdmin, or null.

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

AsMultiInstanceAdmin

Gets this instance as a MultiInstanceAdmin, or null.

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

AsOther

Gets this instance as a Other, or null.

Declaration
public TrustedNonTeamMemberType.Other AsOther { get; }
Property Value
Type Description
TrustedNonTeamMemberType.Other
| Improve this Doc View Source

IsEnterpriseAdmin

Gets a value indicating whether this instance is EnterpriseAdmin

Declaration
public bool IsEnterpriseAdmin { get; }
Property Value
Type Description
System.Boolean
| Improve this Doc View Source

IsMultiInstanceAdmin

Gets a value indicating whether this instance is MultiInstanceAdmin

Declaration
public bool IsMultiInstanceAdmin { get; }
Property Value
Type Description
System.Boolean
| Improve this Doc View Source

IsOther

Gets a value indicating whether this instance is Other

Declaration
public bool IsOther { get; }
Property Value
Type Description
System.Boolean
  • Improve this Doc
  • View Source
In This Article
  • Constructors
    • TrustedNonTeamMemberType()
  • Properties
    • AsEnterpriseAdmin
    • AsMultiInstanceAdmin
    • AsOther
    • IsEnterpriseAdmin
    • IsMultiInstanceAdmin
    • IsOther
Back to top Generated by DocFX