Show / Hide Table of Contents

Class MemberAddV2Result

Describes the result of attempting to add a single user to the team. 'success' is the only value indicating that a user was indeed added to the team - the other values explain the type of failure that occurred, and include the email of the user for which the operation has failed.

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

Constructors

| Improve this Doc View Source

MemberAddV2Result()

Initializes a new instance of the MemberAddV2Result class.

Declaration
public MemberAddV2Result()

Properties

| Improve this Doc View Source

AsDuplicateExternalMemberId

Gets this instance as a DuplicateExternalMemberId, or null.

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

AsDuplicateMemberPersistentId

Gets this instance as a DuplicateMemberPersistentId, or null.

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

AsFreeTeamMemberLimitReached

Gets this instance as a FreeTeamMemberLimitReached, or null.

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

AsOther

Gets this instance as a Other, or null.

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

AsPersistentIdDisabled

Gets this instance as a PersistentIdDisabled, or null.

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

AsSuccess

Gets this instance as a Success, or null.

Declaration
public MemberAddV2Result.Success AsSuccess { get; }
Property Value
Type Description
MemberAddV2Result.Success
| Improve this Doc View Source

AsTeamLicenseLimit

Gets this instance as a TeamLicenseLimit, or null.

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

AsUserAlreadyOnTeam

Gets this instance as a UserAlreadyOnTeam, or null.

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

AsUserAlreadyPaired

Gets this instance as a UserAlreadyPaired, or null.

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

AsUserCreationFailed

Gets this instance as a UserCreationFailed, or null.

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

AsUserMigrationFailed

Gets this instance as a UserMigrationFailed, or null.

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

AsUserOnAnotherTeam

Gets this instance as a UserOnAnotherTeam, or null.

Declaration
public MemberAddV2Result.UserOnAnotherTeam AsUserOnAnotherTeam { get; }
Property Value
Type Description
MemberAddV2Result.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

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

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

IsSuccess

Gets a value indicating whether this instance is Success

Declaration
public bool IsSuccess { 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
    • MemberAddV2Result()
  • Properties
    • AsDuplicateExternalMemberId
    • AsDuplicateMemberPersistentId
    • AsFreeTeamMemberLimitReached
    • AsOther
    • AsPersistentIdDisabled
    • AsSuccess
    • AsTeamLicenseLimit
    • AsUserAlreadyOnTeam
    • AsUserAlreadyPaired
    • AsUserCreationFailed
    • AsUserMigrationFailed
    • AsUserOnAnotherTeam
    • IsDuplicateExternalMemberId
    • IsDuplicateMemberPersistentId
    • IsFreeTeamMemberLimitReached
    • IsOther
    • IsPersistentIdDisabled
    • IsSuccess
    • IsTeamLicenseLimit
    • IsUserAlreadyOnTeam
    • IsUserAlreadyPaired
    • IsUserCreationFailed
    • IsUserMigrationFailed
    • IsUserOnAnotherTeam
Back to top Generated by DocFX