Show / Hide Table of Contents

Class MembersSetProfileError

The members set profile error object

Inheritance
System.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
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 class MembersSetProfileError

Constructors

| Improve this Doc View Source

MembersSetProfileError()

Initializes a new instance of the MembersSetProfileError class.

Declaration
public MembersSetProfileError()

Properties

| Improve this Doc View Source

AsDirectoryRestrictedOff

Gets this instance as a DirectoryRestrictedOff, or null.

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

AsEmailReservedForOtherUser

Gets this instance as a EmailReservedForOtherUser, or null.

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

AsExternalIdAndNewExternalIdUnsafe

Gets this instance as a ExternalIdAndNewExternalIdUnsafe, or null.

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

AsExternalIdUsedByOtherUser

Gets this instance as a ExternalIdUsedByOtherUser, or null.

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

AsNoNewDataSpecified

Gets this instance as a NoNewDataSpecified, or null.

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

AsOther

Gets this instance as a Other, or null.

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

AsParamCannotBeEmpty

Gets this instance as a ParamCannotBeEmpty, or null.

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

AsPersistentIdDisabled

Gets this instance as a PersistentIdDisabled, or null.

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

AsPersistentIdUsedByOtherUser

Gets this instance as a PersistentIdUsedByOtherUser, or null.

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

AsSetProfileDisallowed

Gets this instance as a SetProfileDisallowed, or null.

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

AsUserNotFound

Gets this instance as a UserNotFound, or null.

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

AsUserNotInTeam

Gets this instance as a UserNotInTeam, or null.

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

IsDirectoryRestrictedOff

Gets a value indicating whether this instance is DirectoryRestrictedOff

Declaration
public bool IsDirectoryRestrictedOff { get; }
Property Value
Type Description
System.Boolean
| Improve this Doc View Source

IsEmailReservedForOtherUser

Gets a value indicating whether this instance is EmailReservedForOtherUser

Declaration
public bool IsEmailReservedForOtherUser { get; }
Property Value
Type Description
System.Boolean
| Improve this Doc View Source

IsExternalIdAndNewExternalIdUnsafe

Gets a value indicating whether this instance is ExternalIdAndNewExternalIdUnsafe

Declaration
public bool IsExternalIdAndNewExternalIdUnsafe { get; }
Property Value
Type Description
System.Boolean
| Improve this Doc View Source

IsExternalIdUsedByOtherUser

Gets a value indicating whether this instance is ExternalIdUsedByOtherUser

Declaration
public bool IsExternalIdUsedByOtherUser { get; }
Property Value
Type Description
System.Boolean
| Improve this Doc View Source

IsNoNewDataSpecified

Gets a value indicating whether this instance is NoNewDataSpecified

Declaration
public bool IsNoNewDataSpecified { get; }
Property Value
Type Description
System.Boolean
| Improve this Doc View Source

IsOther

Gets a value indicating whether this instance is Other

Declaration
public bool IsOther { get; }
Property Value
Type Description
System.Boolean
| Improve this Doc View Source

IsParamCannotBeEmpty

Gets a value indicating whether this instance is ParamCannotBeEmpty

Declaration
public bool IsParamCannotBeEmpty { get; }
Property Value
Type Description
System.Boolean
| Improve this Doc View Source

IsPersistentIdDisabled

Gets a value indicating whether this instance is PersistentIdDisabled

Declaration
public bool IsPersistentIdDisabled { get; }
Property Value
Type Description
System.Boolean
| Improve this Doc View Source

IsPersistentIdUsedByOtherUser

Gets a value indicating whether this instance is PersistentIdUsedByOtherUser

Declaration
public bool IsPersistentIdUsedByOtherUser { get; }
Property Value
Type Description
System.Boolean
| Improve this Doc View Source

IsSetProfileDisallowed

Gets a value indicating whether this instance is SetProfileDisallowed

Declaration
public bool IsSetProfileDisallowed { get; }
Property Value
Type Description
System.Boolean
| Improve this Doc View Source

IsUserNotFound

Gets a value indicating whether this instance is UserNotFound

Declaration
public bool IsUserNotFound { get; }
Property Value
Type Description
System.Boolean
| Improve this Doc View Source

IsUserNotInTeam

Gets a value indicating whether this instance is UserNotInTeam

Declaration
public bool IsUserNotInTeam { get; }
Property Value
Type Description
System.Boolean
  • Improve this Doc
  • View Source
In This Article
  • Constructors
    • MembersSetProfileError()
  • Properties
    • AsDirectoryRestrictedOff
    • AsEmailReservedForOtherUser
    • AsExternalIdAndNewExternalIdUnsafe
    • AsExternalIdUsedByOtherUser
    • AsNoNewDataSpecified
    • AsOther
    • AsParamCannotBeEmpty
    • AsPersistentIdDisabled
    • AsPersistentIdUsedByOtherUser
    • AsSetProfileDisallowed
    • AsUserNotFound
    • AsUserNotInTeam
    • IsDirectoryRestrictedOff
    • IsEmailReservedForOtherUser
    • IsExternalIdAndNewExternalIdUnsafe
    • IsExternalIdUsedByOtherUser
    • IsNoNewDataSpecified
    • IsOther
    • IsParamCannotBeEmpty
    • IsPersistentIdDisabled
    • IsPersistentIdUsedByOtherUser
    • IsSetProfileDisallowed
    • IsUserNotFound
    • IsUserNotInTeam
Back to top Generated by DocFX