Class MemberAddResult
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 MemberAddResult
Constructors
| Improve this Doc View SourceMemberAddResult()
Initializes a new instance of the MemberAddResult class.
Declaration
public MemberAddResult()
Properties
| Improve this Doc View SourceAsDuplicateExternalMemberId
Gets this instance as a DuplicateExternalMemberId, or null
.
Declaration
public MemberAddResult.DuplicateExternalMemberId AsDuplicateExternalMemberId { get; }
Property Value
Type | Description |
---|---|
MemberAddResult.DuplicateExternalMemberId |
AsDuplicateMemberPersistentId
Gets this instance as a DuplicateMemberPersistentId, or null
.
Declaration
public MemberAddResult.DuplicateMemberPersistentId AsDuplicateMemberPersistentId { get; }
Property Value
Type | Description |
---|---|
MemberAddResult.DuplicateMemberPersistentId |
AsFreeTeamMemberLimitReached
Gets this instance as a FreeTeamMemberLimitReached, or null
.
Declaration
public MemberAddResult.FreeTeamMemberLimitReached AsFreeTeamMemberLimitReached { get; }
Property Value
Type | Description |
---|---|
MemberAddResult.FreeTeamMemberLimitReached |
AsPersistentIdDisabled
Gets this instance as a PersistentIdDisabled, or null
.
Declaration
public MemberAddResult.PersistentIdDisabled AsPersistentIdDisabled { get; }
Property Value
Type | Description |
---|---|
MemberAddResult.PersistentIdDisabled |
AsSuccess
Gets this instance as a Success, or null
.
Declaration
public MemberAddResult.Success AsSuccess { get; }
Property Value
Type | Description |
---|---|
MemberAddResult.Success |
AsTeamLicenseLimit
Gets this instance as a TeamLicenseLimit, or null
.
Declaration
public MemberAddResult.TeamLicenseLimit AsTeamLicenseLimit { get; }
Property Value
Type | Description |
---|---|
MemberAddResult.TeamLicenseLimit |
AsUserAlreadyOnTeam
Gets this instance as a UserAlreadyOnTeam, or null
.
Declaration
public MemberAddResult.UserAlreadyOnTeam AsUserAlreadyOnTeam { get; }
Property Value
Type | Description |
---|---|
MemberAddResult.UserAlreadyOnTeam |
AsUserAlreadyPaired
Gets this instance as a UserAlreadyPaired, or null
.
Declaration
public MemberAddResult.UserAlreadyPaired AsUserAlreadyPaired { get; }
Property Value
Type | Description |
---|---|
MemberAddResult.UserAlreadyPaired |
AsUserCreationFailed
Gets this instance as a UserCreationFailed, or null
.
Declaration
public MemberAddResult.UserCreationFailed AsUserCreationFailed { get; }
Property Value
Type | Description |
---|---|
MemberAddResult.UserCreationFailed |
AsUserMigrationFailed
Gets this instance as a UserMigrationFailed, or null
.
Declaration
public MemberAddResult.UserMigrationFailed AsUserMigrationFailed { get; }
Property Value
Type | Description |
---|---|
MemberAddResult.UserMigrationFailed |
AsUserOnAnotherTeam
Gets this instance as a UserOnAnotherTeam, or null
.
Declaration
public MemberAddResult.UserOnAnotherTeam AsUserOnAnotherTeam { get; }
Property Value
Type | Description |
---|---|
MemberAddResult.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 |
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 |