Show / Hide Table of Contents

Class MembersSuspendError

The members suspend error object

Inheritance
System.Object
MembersSuspendError
MembersSuspendError.Other
MembersSuspendError.SuspendInactiveUser
MembersSuspendError.SuspendLastAdmin
MembersSuspendError.TeamLicenseLimit
MembersSuspendError.UserNotFound
MembersSuspendError.UserNotInTeam
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.Team
Assembly: Dropbox.Api.dll
Syntax
public class MembersSuspendError

Constructors

| Improve this Doc View Source

MembersSuspendError()

Initializes a new instance of the MembersSuspendError class.

Declaration
public MembersSuspendError()

Properties

| Improve this Doc View Source

AsOther

Gets this instance as a Other, or null.

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

AsSuspendInactiveUser

Gets this instance as a SuspendInactiveUser, or null.

Declaration
public MembersSuspendError.SuspendInactiveUser AsSuspendInactiveUser { get; }
Property Value
Type Description
MembersSuspendError.SuspendInactiveUser
| Improve this Doc View Source

AsSuspendLastAdmin

Gets this instance as a SuspendLastAdmin, or null.

Declaration
public MembersSuspendError.SuspendLastAdmin AsSuspendLastAdmin { get; }
Property Value
Type Description
MembersSuspendError.SuspendLastAdmin
| Improve this Doc View Source

AsTeamLicenseLimit

Gets this instance as a TeamLicenseLimit, or null.

Declaration
public MembersSuspendError.TeamLicenseLimit AsTeamLicenseLimit { get; }
Property Value
Type Description
MembersSuspendError.TeamLicenseLimit
| Improve this Doc View Source

AsUserNotFound

Gets this instance as a UserNotFound, or null.

Declaration
public MembersSuspendError.UserNotFound AsUserNotFound { get; }
Property Value
Type Description
MembersSuspendError.UserNotFound
| Improve this Doc View Source

AsUserNotInTeam

Gets this instance as a UserNotInTeam, or null.

Declaration
public MembersSuspendError.UserNotInTeam AsUserNotInTeam { get; }
Property Value
Type Description
MembersSuspendError.UserNotInTeam
| 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

IsSuspendInactiveUser

Gets a value indicating whether this instance is SuspendInactiveUser

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

IsSuspendLastAdmin

Gets a value indicating whether this instance is SuspendLastAdmin

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

IsTeamLicenseLimit

Gets a value indicating whether this instance is TeamLicenseLimit

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

IsUserNotFound

Gets a value indicating whether this instance is UserNotFound

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

IsUserNotInTeam

Gets a value indicating whether this instance is UserNotInTeam

Declaration
public bool IsUserNotInTeam { get; }
Property Value
Type Description
System.Boolean
  • Improve this Doc
  • View Source
In This Article
  • Constructors
    • MembersSuspendError()
  • Properties
    • AsOther
    • AsSuspendInactiveUser
    • AsSuspendLastAdmin
    • AsTeamLicenseLimit
    • AsUserNotFound
    • AsUserNotInTeam
    • IsOther
    • IsSuspendInactiveUser
    • IsSuspendLastAdmin
    • IsTeamLicenseLimit
    • IsUserNotFound
    • IsUserNotInTeam
Back to top Generated by DocFX