Dropbox .NET SDK
Show / Hide Table of Contents

Class MemberAddResultBase

The member add result base object

Inheritance
object
MemberAddResultBase
MemberAddResultBase.DuplicateExternalMemberId
MemberAddResultBase.DuplicateMemberPersistentId
MemberAddResultBase.FreeTeamMemberLimitReached
MemberAddResultBase.PersistentIdDisabled
MemberAddResultBase.TeamLicenseLimit
MemberAddResultBase.UserAlreadyOnTeam
MemberAddResultBase.UserAlreadyPaired
MemberAddResultBase.UserCreationFailed
MemberAddResultBase.UserMigrationFailed
MemberAddResultBase.UserOnAnotherTeam
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Dropbox.Api.Team
Assembly: Dropbox.Api.dll
Syntax
public class MemberAddResultBase

Constructors

View Source

MemberAddResultBase()

Initializes a new instance of the MemberAddResultBase class.

Declaration
public MemberAddResultBase()

Properties

View Source

AsDuplicateExternalMemberId

Gets this instance as a DuplicateExternalMemberId, or null.

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

AsDuplicateMemberPersistentId

Gets this instance as a DuplicateMemberPersistentId, or null.

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

AsFreeTeamMemberLimitReached

Gets this instance as a FreeTeamMemberLimitReached, or null.

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

AsPersistentIdDisabled

Gets this instance as a PersistentIdDisabled, or null.

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

AsTeamLicenseLimit

Gets this instance as a TeamLicenseLimit, or null.

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

AsUserAlreadyOnTeam

Gets this instance as a UserAlreadyOnTeam, or null.

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

AsUserAlreadyPaired

Gets this instance as a UserAlreadyPaired, or null.

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

AsUserCreationFailed

Gets this instance as a UserCreationFailed, or null.

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

AsUserMigrationFailed

Gets this instance as a UserMigrationFailed, or null.

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

AsUserOnAnotherTeam

Gets this instance as a UserOnAnotherTeam, or null.

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

IsDuplicateExternalMemberId

Gets a value indicating whether this instance is DuplicateExternalMemberId

Declaration
public bool IsDuplicateExternalMemberId { get; }
Property Value
Type Description
bool
View Source

IsDuplicateMemberPersistentId

Gets a value indicating whether this instance is DuplicateMemberPersistentId

Declaration
public bool IsDuplicateMemberPersistentId { get; }
Property Value
Type Description
bool
View Source

IsFreeTeamMemberLimitReached

Gets a value indicating whether this instance is FreeTeamMemberLimitReached

Declaration
public bool IsFreeTeamMemberLimitReached { get; }
Property Value
Type Description
bool
View Source

IsPersistentIdDisabled

Gets a value indicating whether this instance is PersistentIdDisabled

Declaration
public bool IsPersistentIdDisabled { get; }
Property Value
Type Description
bool
View Source

IsTeamLicenseLimit

Gets a value indicating whether this instance is TeamLicenseLimit

Declaration
public bool IsTeamLicenseLimit { get; }
Property Value
Type Description
bool
View Source

IsUserAlreadyOnTeam

Gets a value indicating whether this instance is UserAlreadyOnTeam

Declaration
public bool IsUserAlreadyOnTeam { get; }
Property Value
Type Description
bool
View Source

IsUserAlreadyPaired

Gets a value indicating whether this instance is UserAlreadyPaired

Declaration
public bool IsUserAlreadyPaired { get; }
Property Value
Type Description
bool
View Source

IsUserCreationFailed

Gets a value indicating whether this instance is UserCreationFailed

Declaration
public bool IsUserCreationFailed { get; }
Property Value
Type Description
bool
View Source

IsUserMigrationFailed

Gets a value indicating whether this instance is UserMigrationFailed

Declaration
public bool IsUserMigrationFailed { get; }
Property Value
Type Description
bool
View Source

IsUserOnAnotherTeam

Gets a value indicating whether this instance is UserOnAnotherTeam

Declaration
public bool IsUserOnAnotherTeam { get; }
Property Value
Type Description
bool
  • View Source
In this article
Back to top Dropbox .NET SDK