Show / Hide Table of Contents

Class MembersRecoverError

The members recover error object

Inheritance
System.Object
MembersRecoverError
MembersRecoverError.Other
MembersRecoverError.TeamLicenseLimit
MembersRecoverError.UserNotFound
MembersRecoverError.UserNotInTeam
MembersRecoverError.UserUnrecoverable
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 MembersRecoverError

Constructors

| Improve this Doc View Source

MembersRecoverError()

Initializes a new instance of the MembersRecoverError class.

Declaration
public MembersRecoverError()

Properties

| Improve this Doc View Source

AsOther

Gets this instance as a Other, or null.

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

AsTeamLicenseLimit

Gets this instance as a TeamLicenseLimit, or null.

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

AsUserNotFound

Gets this instance as a UserNotFound, or null.

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

AsUserNotInTeam

Gets this instance as a UserNotInTeam, or null.

Declaration
public MembersRecoverError.UserNotInTeam AsUserNotInTeam { get; }
Property Value
Type Description
MembersRecoverError.UserNotInTeam
| Improve this Doc View Source

AsUserUnrecoverable

Gets this instance as a UserUnrecoverable, or null.

Declaration
public MembersRecoverError.UserUnrecoverable AsUserUnrecoverable { get; }
Property Value
Type Description
MembersRecoverError.UserUnrecoverable
| 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

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

IsUserUnrecoverable

Gets a value indicating whether this instance is UserUnrecoverable

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