Show / Hide Table of Contents

Class MemberAddResultBase

The member add result base object

Inheritance
System.Object
MemberAddResultBase
MemberAddResultBase.DuplicateExternalMemberId
MemberAddResultBase.DuplicateMemberPersistentId
MemberAddResultBase.FreeTeamMemberLimitReached
MemberAddResultBase.PersistentIdDisabled
MemberAddResultBase.TeamLicenseLimit
MemberAddResultBase.UserAlreadyOnTeam
MemberAddResultBase.UserAlreadyPaired
MemberAddResultBase.UserCreationFailed
MemberAddResultBase.UserMigrationFailed
MemberAddResultBase.UserOnAnotherTeam
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 MemberAddResultBase

Constructors

| Improve this Doc View Source

MemberAddResultBase()

Initializes a new instance of the MemberAddResultBase class.

Declaration
public MemberAddResultBase()

Properties

| Improve this Doc View Source

AsDuplicateExternalMemberId

Gets this instance as a DuplicateExternalMemberId, or null.

Declaration
public MemberAddResultBase.DuplicateExternalMemberId AsDuplicateExternalMemberId { get; }
Property Value
Type Description
MemberAddResultBase.DuplicateExternalMemberId
| Improve this Doc View Source

AsDuplicateMemberPersistentId

Gets this instance as a DuplicateMemberPersistentId, or null.

Declaration
public MemberAddResultBase.DuplicateMemberPersistentId AsDuplicateMemberPersistentId { get; }
Property Value
Type Description
MemberAddResultBase.DuplicateMemberPersistentId
| Improve this Doc View Source

AsFreeTeamMemberLimitReached

Gets this instance as a FreeTeamMemberLimitReached, or null.

Declaration
public MemberAddResultBase.FreeTeamMemberLimitReached AsFreeTeamMemberLimitReached { get; }
Property Value
Type Description
MemberAddResultBase.FreeTeamMemberLimitReached
| Improve this Doc View Source

AsPersistentIdDisabled

Gets this instance as a PersistentIdDisabled, or null.

Declaration
public MemberAddResultBase.PersistentIdDisabled AsPersistentIdDisabled { get; }
Property Value
Type Description
MemberAddResultBase.PersistentIdDisabled
| Improve this Doc View Source

AsTeamLicenseLimit

Gets this instance as a TeamLicenseLimit, or null.

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

AsUserAlreadyOnTeam

Gets this instance as a UserAlreadyOnTeam, or null.

Declaration
public MemberAddResultBase.UserAlreadyOnTeam AsUserAlreadyOnTeam { get; }
Property Value
Type Description
MemberAddResultBase.UserAlreadyOnTeam
| Improve this Doc View Source

AsUserAlreadyPaired

Gets this instance as a UserAlreadyPaired, or null.

Declaration
public MemberAddResultBase.UserAlreadyPaired AsUserAlreadyPaired { get; }
Property Value
Type Description
MemberAddResultBase.UserAlreadyPaired
| Improve this Doc View Source

AsUserCreationFailed

Gets this instance as a UserCreationFailed, or null.

Declaration
public MemberAddResultBase.UserCreationFailed AsUserCreationFailed { get; }
Property Value
Type Description
MemberAddResultBase.UserCreationFailed
| Improve this Doc View Source

AsUserMigrationFailed

Gets this instance as a UserMigrationFailed, or null.

Declaration
public MemberAddResultBase.UserMigrationFailed AsUserMigrationFailed { get; }
Property Value
Type Description
MemberAddResultBase.UserMigrationFailed
| Improve this Doc View Source

AsUserOnAnotherTeam

Gets this instance as a UserOnAnotherTeam, or null.

Declaration
public MemberAddResultBase.UserOnAnotherTeam AsUserOnAnotherTeam { get; }
Property Value
Type Description
MemberAddResultBase.UserOnAnotherTeam
| Improve this Doc View Source

IsDuplicateExternalMemberId

Gets a value indicating whether this instance is DuplicateExternalMemberId

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

IsDuplicateMemberPersistentId

Gets a value indicating whether this instance is DuplicateMemberPersistentId

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

IsFreeTeamMemberLimitReached

Gets a value indicating whether this instance is FreeTeamMemberLimitReached

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

IsPersistentIdDisabled

Gets a value indicating whether this instance is PersistentIdDisabled

Declaration
public bool IsPersistentIdDisabled { 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

IsUserAlreadyOnTeam

Gets a value indicating whether this instance is UserAlreadyOnTeam

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

IsUserAlreadyPaired

Gets a value indicating whether this instance is UserAlreadyPaired

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

IsUserCreationFailed

Gets a value indicating whether this instance is UserCreationFailed

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

IsUserMigrationFailed

Gets a value indicating whether this instance is UserMigrationFailed

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

IsUserOnAnotherTeam

Gets a value indicating whether this instance is UserOnAnotherTeam

Declaration
public bool IsUserOnAnotherTeam { get; }
Property Value
Type Description
System.Boolean
  • Improve this Doc
  • View Source
In This Article
  • Constructors
    • MemberAddResultBase()
  • Properties
    • AsDuplicateExternalMemberId
    • AsDuplicateMemberPersistentId
    • AsFreeTeamMemberLimitReached
    • AsPersistentIdDisabled
    • AsTeamLicenseLimit
    • AsUserAlreadyOnTeam
    • AsUserAlreadyPaired
    • AsUserCreationFailed
    • AsUserMigrationFailed
    • AsUserOnAnotherTeam
    • IsDuplicateExternalMemberId
    • IsDuplicateMemberPersistentId
    • IsFreeTeamMemberLimitReached
    • IsPersistentIdDisabled
    • IsTeamLicenseLimit
    • IsUserAlreadyOnTeam
    • IsUserAlreadyPaired
    • IsUserCreationFailed
    • IsUserMigrationFailed
    • IsUserOnAnotherTeam
Back to top Generated by DocFX