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
Inherited Members
Namespace: Dropbox.Api.Team
Assembly: Dropbox.Api.dll
Syntax
public class MemberAddV2Result
Constructors
| Improve this Doc View SourceMemberAddV2Result()
Initializes a new instance of the MemberAddV2Result class.
Declaration
public MemberAddV2Result()
Properties
| Improve this Doc View SourceAsDuplicateExternalMemberId
Gets this instance as a DuplicateExternalMemberId, or null
.
Declaration
public MemberAddV2Result.DuplicateExternalMemberId AsDuplicateExternalMemberId { get; }
Property Value
Type | Description |
---|---|
MemberAddV2Result.DuplicateExternalMemberId |
AsDuplicateMemberPersistentId
Gets this instance as a DuplicateMemberPersistentId, or null
.
Declaration
public MemberAddV2Result.DuplicateMemberPersistentId AsDuplicateMemberPersistentId { get; }
Property Value
Type | Description |
---|---|
MemberAddV2Result.DuplicateMemberPersistentId |
AsFreeTeamMemberLimitReached
Gets this instance as a FreeTeamMemberLimitReached, or null
.
Declaration
public MemberAddV2Result.FreeTeamMemberLimitReached AsFreeTeamMemberLimitReached { get; }
Property Value
Type | Description |
---|---|
MemberAddV2Result.FreeTeamMemberLimitReached |
AsOther
Gets this instance as a Other, or null
.
Declaration
public MemberAddV2Result.Other AsOther { get; }
Property Value
Type | Description |
---|---|
MemberAddV2Result.Other |
AsPersistentIdDisabled
Gets this instance as a PersistentIdDisabled, or null
.
Declaration
public MemberAddV2Result.PersistentIdDisabled AsPersistentIdDisabled { get; }
Property Value
Type | Description |
---|---|
MemberAddV2Result.PersistentIdDisabled |
AsSuccess
Gets this instance as a Success, or null
.
Declaration
public MemberAddV2Result.Success AsSuccess { get; }
Property Value
Type | Description |
---|---|
MemberAddV2Result.Success |
AsTeamLicenseLimit
Gets this instance as a TeamLicenseLimit, or null
.
Declaration
public MemberAddV2Result.TeamLicenseLimit AsTeamLicenseLimit { get; }
Property Value
Type | Description |
---|---|
MemberAddV2Result.TeamLicenseLimit |
AsUserAlreadyOnTeam
Gets this instance as a UserAlreadyOnTeam, or null
.
Declaration
public MemberAddV2Result.UserAlreadyOnTeam AsUserAlreadyOnTeam { get; }
Property Value
Type | Description |
---|---|
MemberAddV2Result.UserAlreadyOnTeam |
AsUserAlreadyPaired
Gets this instance as a UserAlreadyPaired, or null
.
Declaration
public MemberAddV2Result.UserAlreadyPaired AsUserAlreadyPaired { get; }
Property Value
Type | Description |
---|---|
MemberAddV2Result.UserAlreadyPaired |
AsUserCreationFailed
Gets this instance as a UserCreationFailed, or null
.
Declaration
public MemberAddV2Result.UserCreationFailed AsUserCreationFailed { get; }
Property Value
Type | Description |
---|---|
MemberAddV2Result.UserCreationFailed |
AsUserMigrationFailed
Gets this instance as a UserMigrationFailed, or null
.
Declaration
public MemberAddV2Result.UserMigrationFailed AsUserMigrationFailed { get; }
Property Value
Type | Description |
---|---|
MemberAddV2Result.UserMigrationFailed |
AsUserOnAnotherTeam
Gets this instance as a UserOnAnotherTeam, or null
.
Declaration
public MemberAddV2Result.UserOnAnotherTeam AsUserOnAnotherTeam { get; }
Property Value
Type | Description |
---|---|
MemberAddV2Result.UserOnAnotherTeam |
IsDuplicateExternalMemberId
Gets a value indicating whether this instance is DuplicateExternalMemberId
Declaration
public bool IsDuplicateExternalMemberId { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
IsDuplicateMemberPersistentId
Gets a value indicating whether this instance is DuplicateMemberPersistentId
Declaration
public bool IsDuplicateMemberPersistentId { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
IsFreeTeamMemberLimitReached
Gets a value indicating whether this instance is FreeTeamMemberLimitReached
Declaration
public bool IsFreeTeamMemberLimitReached { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
IsOther
Gets a value indicating whether this instance is Other
Declaration
public bool IsOther { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
IsPersistentIdDisabled
Gets a value indicating whether this instance is PersistentIdDisabled
Declaration
public bool IsPersistentIdDisabled { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
IsSuccess
Gets a value indicating whether this instance is Success
Declaration
public bool IsSuccess { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
IsTeamLicenseLimit
Gets a value indicating whether this instance is TeamLicenseLimit
Declaration
public bool IsTeamLicenseLimit { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
IsUserAlreadyOnTeam
Gets a value indicating whether this instance is UserAlreadyOnTeam
Declaration
public bool IsUserAlreadyOnTeam { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
IsUserAlreadyPaired
Gets a value indicating whether this instance is UserAlreadyPaired
Declaration
public bool IsUserAlreadyPaired { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
IsUserCreationFailed
Gets a value indicating whether this instance is UserCreationFailed
Declaration
public bool IsUserCreationFailed { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
IsUserMigrationFailed
Gets a value indicating whether this instance is UserMigrationFailed
Declaration
public bool IsUserMigrationFailed { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
IsUserOnAnotherTeam
Gets a value indicating whether this instance is UserOnAnotherTeam
Declaration
public bool IsUserOnAnotherTeam { get; }
Property Value
Type | Description |
---|---|
System.Boolean |