Dropbox .NET SDK
Show / Hide Table of Contents

Class MembersSetProfileError

The members set profile error object

Inheritance
object
MembersSetProfileError
MembersSetProfileError.DirectoryRestrictedOff
MembersSetProfileError.EmailReservedForOtherUser
MembersSetProfileError.ExternalIdAndNewExternalIdUnsafe
MembersSetProfileError.ExternalIdUsedByOtherUser
MembersSetProfileError.NoNewDataSpecified
MembersSetProfileError.Other
MembersSetProfileError.ParamCannotBeEmpty
MembersSetProfileError.PersistentIdDisabled
MembersSetProfileError.PersistentIdUsedByOtherUser
MembersSetProfileError.SetProfileDisallowed
MembersSetProfileError.UserNotFound
MembersSetProfileError.UserNotInTeam
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 MembersSetProfileError

Constructors

View Source

MembersSetProfileError()

Initializes a new instance of the MembersSetProfileError class.

Declaration
public MembersSetProfileError()

Properties

View Source

AsDirectoryRestrictedOff

Gets this instance as a DirectoryRestrictedOff, or null.

Declaration
public MembersSetProfileError.DirectoryRestrictedOff AsDirectoryRestrictedOff { get; }
Property Value
Type Description
MembersSetProfileError.DirectoryRestrictedOff
View Source

AsEmailReservedForOtherUser

Gets this instance as a EmailReservedForOtherUser, or null.

Declaration
public MembersSetProfileError.EmailReservedForOtherUser AsEmailReservedForOtherUser { get; }
Property Value
Type Description
MembersSetProfileError.EmailReservedForOtherUser
View Source

AsExternalIdAndNewExternalIdUnsafe

Gets this instance as a ExternalIdAndNewExternalIdUnsafe, or null.

Declaration
public MembersSetProfileError.ExternalIdAndNewExternalIdUnsafe AsExternalIdAndNewExternalIdUnsafe { get; }
Property Value
Type Description
MembersSetProfileError.ExternalIdAndNewExternalIdUnsafe
View Source

AsExternalIdUsedByOtherUser

Gets this instance as a ExternalIdUsedByOtherUser, or null.

Declaration
public MembersSetProfileError.ExternalIdUsedByOtherUser AsExternalIdUsedByOtherUser { get; }
Property Value
Type Description
MembersSetProfileError.ExternalIdUsedByOtherUser
View Source

AsNoNewDataSpecified

Gets this instance as a NoNewDataSpecified, or null.

Declaration
public MembersSetProfileError.NoNewDataSpecified AsNoNewDataSpecified { get; }
Property Value
Type Description
MembersSetProfileError.NoNewDataSpecified
View Source

AsOther

Gets this instance as a Other, or null.

Declaration
public MembersSetProfileError.Other AsOther { get; }
Property Value
Type Description
MembersSetProfileError.Other
View Source

AsParamCannotBeEmpty

Gets this instance as a ParamCannotBeEmpty, or null.

Declaration
public MembersSetProfileError.ParamCannotBeEmpty AsParamCannotBeEmpty { get; }
Property Value
Type Description
MembersSetProfileError.ParamCannotBeEmpty
View Source

AsPersistentIdDisabled

Gets this instance as a PersistentIdDisabled, or null.

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

AsPersistentIdUsedByOtherUser

Gets this instance as a PersistentIdUsedByOtherUser, or null.

Declaration
public MembersSetProfileError.PersistentIdUsedByOtherUser AsPersistentIdUsedByOtherUser { get; }
Property Value
Type Description
MembersSetProfileError.PersistentIdUsedByOtherUser
View Source

AsSetProfileDisallowed

Gets this instance as a SetProfileDisallowed, or null.

Declaration
public MembersSetProfileError.SetProfileDisallowed AsSetProfileDisallowed { get; }
Property Value
Type Description
MembersSetProfileError.SetProfileDisallowed
View Source

AsUserNotFound

Gets this instance as a UserNotFound, or null.

Declaration
public MembersSetProfileError.UserNotFound AsUserNotFound { get; }
Property Value
Type Description
MembersSetProfileError.UserNotFound
View Source

AsUserNotInTeam

Gets this instance as a UserNotInTeam, or null.

Declaration
public MembersSetProfileError.UserNotInTeam AsUserNotInTeam { get; }
Property Value
Type Description
MembersSetProfileError.UserNotInTeam
View Source

IsDirectoryRestrictedOff

Gets a value indicating whether this instance is DirectoryRestrictedOff

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

IsEmailReservedForOtherUser

Gets a value indicating whether this instance is EmailReservedForOtherUser

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

IsExternalIdAndNewExternalIdUnsafe

Gets a value indicating whether this instance is ExternalIdAndNewExternalIdUnsafe

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

IsExternalIdUsedByOtherUser

Gets a value indicating whether this instance is ExternalIdUsedByOtherUser

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

IsNoNewDataSpecified

Gets a value indicating whether this instance is NoNewDataSpecified

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

IsOther

Gets a value indicating whether this instance is Other

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

IsParamCannotBeEmpty

Gets a value indicating whether this instance is ParamCannotBeEmpty

Declaration
public bool IsParamCannotBeEmpty { 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

IsPersistentIdUsedByOtherUser

Gets a value indicating whether this instance is PersistentIdUsedByOtherUser

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

IsSetProfileDisallowed

Gets a value indicating whether this instance is SetProfileDisallowed

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

IsUserNotFound

Gets a value indicating whether this instance is UserNotFound

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

IsUserNotInTeam

Gets a value indicating whether this instance is UserNotInTeam

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