• Home
  • API Documentation
  • API Documentation
Show / Hide Table of Contents

Class MembersUnsuspendError

The members unsuspend error object

Inheritance
System.Object
MembersUnsuspendError
MembersUnsuspendError.Other
MembersUnsuspendError.TeamLicenseLimit
MembersUnsuspendError.UnsuspendNonSuspendedMember
MembersUnsuspendError.UserNotFound
MembersUnsuspendError.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 MembersUnsuspendError

Constructors

| Improve this Doc View Source

MembersUnsuspendError()

Initializes a new instance of the MembersUnsuspendError class.

Declaration
public MembersUnsuspendError()

Properties

| Improve this Doc View Source

AsOther

Gets this instance as a Other, or null.

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

AsTeamLicenseLimit

Gets this instance as a TeamLicenseLimit, or null.

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

AsUnsuspendNonSuspendedMember

Gets this instance as a UnsuspendNonSuspendedMember, or null.

Declaration
public MembersUnsuspendError.UnsuspendNonSuspendedMember AsUnsuspendNonSuspendedMember { get; }
Property Value
Type Description
MembersUnsuspendError.UnsuspendNonSuspendedMember
| Improve this Doc View Source

AsUserNotFound

Gets this instance as a UserNotFound, or null.

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

AsUserNotInTeam

Gets this instance as a UserNotInTeam, or null.

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

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

IsUnsuspendNonSuspendedMember

Gets a value indicating whether this instance is UnsuspendNonSuspendedMember

Declaration
public bool IsUnsuspendNonSuspendedMember { 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
    • MembersUnsuspendError()
  • Properties
    • AsOther
    • AsTeamLicenseLimit
    • AsUnsuspendNonSuspendedMember
    • AsUserNotFound
    • AsUserNotInTeam
    • IsOther
    • IsTeamLicenseLimit
    • IsUnsuspendNonSuspendedMember
    • IsUserNotFound
    • IsUserNotInTeam
Back to top Generated by DocFX