Show / Hide Table of Contents

Class MemberAddV2Result.DuplicateMemberPersistentId

A user with the given persistent ID already exists on the team (including in recoverable state).

Inheritance
System.Object
MemberAddV2Result
MemberAddV2Result.DuplicateMemberPersistentId
Inherited Members
MemberAddV2Result.IsSuccess
MemberAddV2Result.AsSuccess
MemberAddV2Result.IsOther
MemberAddV2Result.AsOther
MemberAddV2Result.IsTeamLicenseLimit
MemberAddV2Result.AsTeamLicenseLimit
MemberAddV2Result.IsFreeTeamMemberLimitReached
MemberAddV2Result.AsFreeTeamMemberLimitReached
MemberAddV2Result.IsUserAlreadyOnTeam
MemberAddV2Result.AsUserAlreadyOnTeam
MemberAddV2Result.IsUserOnAnotherTeam
MemberAddV2Result.AsUserOnAnotherTeam
MemberAddV2Result.IsUserAlreadyPaired
MemberAddV2Result.AsUserAlreadyPaired
MemberAddV2Result.IsUserMigrationFailed
MemberAddV2Result.AsUserMigrationFailed
MemberAddV2Result.IsDuplicateExternalMemberId
MemberAddV2Result.AsDuplicateExternalMemberId
MemberAddV2Result.IsDuplicateMemberPersistentId
MemberAddV2Result.AsDuplicateMemberPersistentId
MemberAddV2Result.IsPersistentIdDisabled
MemberAddV2Result.AsPersistentIdDisabled
MemberAddV2Result.IsUserCreationFailed
MemberAddV2Result.AsUserCreationFailed
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 sealed class DuplicateMemberPersistentId : MemberAddV2Result

Constructors

| Improve this Doc View Source

DuplicateMemberPersistentId(String)

Initializes a new instance of the MemberAddV2Result.DuplicateMemberPersistentId class.

Declaration
public DuplicateMemberPersistentId(string value)
Parameters
Type Name Description
System.String value

The value

Properties

| Improve this Doc View Source

Value

Gets the value of this instance.

Declaration
public string Value { get; }
Property Value
Type Description
System.String
  • Improve this Doc
  • View Source
In This Article
  • Constructors
    • DuplicateMemberPersistentId(String)
  • Properties
    • Value
Back to top Generated by DocFX