Class MembersSetProfileError
The members set profile error object
Inheritance
Inherited Members
Namespace: Dropbox.Api.Team
Assembly: Dropbox.Api.dll
Syntax
public class MembersSetProfileError
Constructors
| Improve this Doc View SourceMembersSetProfileError()
Initializes a new instance of the MembersSetProfileError class.
Declaration
public MembersSetProfileError()
Properties
| Improve this Doc View SourceAsDirectoryRestrictedOff
Gets this instance as a DirectoryRestrictedOff, or null
.
Declaration
public MembersSetProfileError.DirectoryRestrictedOff AsDirectoryRestrictedOff { get; }
Property Value
Type | Description |
---|---|
MembersSetProfileError.DirectoryRestrictedOff |
AsEmailReservedForOtherUser
Gets this instance as a EmailReservedForOtherUser, or null
.
Declaration
public MembersSetProfileError.EmailReservedForOtherUser AsEmailReservedForOtherUser { get; }
Property Value
Type | Description |
---|---|
MembersSetProfileError.EmailReservedForOtherUser |
AsExternalIdAndNewExternalIdUnsafe
Gets this instance as a ExternalIdAndNewExternalIdUnsafe, or
null
.
Declaration
public MembersSetProfileError.ExternalIdAndNewExternalIdUnsafe AsExternalIdAndNewExternalIdUnsafe { get; }
Property Value
Type | Description |
---|---|
MembersSetProfileError.ExternalIdAndNewExternalIdUnsafe |
AsExternalIdUsedByOtherUser
Gets this instance as a ExternalIdUsedByOtherUser, or null
.
Declaration
public MembersSetProfileError.ExternalIdUsedByOtherUser AsExternalIdUsedByOtherUser { get; }
Property Value
Type | Description |
---|---|
MembersSetProfileError.ExternalIdUsedByOtherUser |
AsNoNewDataSpecified
Gets this instance as a NoNewDataSpecified, or null
.
Declaration
public MembersSetProfileError.NoNewDataSpecified AsNoNewDataSpecified { get; }
Property Value
Type | Description |
---|---|
MembersSetProfileError.NoNewDataSpecified |
AsOther
Gets this instance as a Other, or null
.
Declaration
public MembersSetProfileError.Other AsOther { get; }
Property Value
Type | Description |
---|---|
MembersSetProfileError.Other |
AsParamCannotBeEmpty
Gets this instance as a ParamCannotBeEmpty, or null
.
Declaration
public MembersSetProfileError.ParamCannotBeEmpty AsParamCannotBeEmpty { get; }
Property Value
Type | Description |
---|---|
MembersSetProfileError.ParamCannotBeEmpty |
AsPersistentIdDisabled
Gets this instance as a PersistentIdDisabled, or null
.
Declaration
public MembersSetProfileError.PersistentIdDisabled AsPersistentIdDisabled { get; }
Property Value
Type | Description |
---|---|
MembersSetProfileError.PersistentIdDisabled |
AsPersistentIdUsedByOtherUser
Gets this instance as a PersistentIdUsedByOtherUser, or null
.
Declaration
public MembersSetProfileError.PersistentIdUsedByOtherUser AsPersistentIdUsedByOtherUser { get; }
Property Value
Type | Description |
---|---|
MembersSetProfileError.PersistentIdUsedByOtherUser |
AsSetProfileDisallowed
Gets this instance as a SetProfileDisallowed, or null
.
Declaration
public MembersSetProfileError.SetProfileDisallowed AsSetProfileDisallowed { get; }
Property Value
Type | Description |
---|---|
MembersSetProfileError.SetProfileDisallowed |
AsUserNotFound
Gets this instance as a UserNotFound, or null
.
Declaration
public MembersSetProfileError.UserNotFound AsUserNotFound { get; }
Property Value
Type | Description |
---|---|
MembersSetProfileError.UserNotFound |
AsUserNotInTeam
Gets this instance as a UserNotInTeam, or null
.
Declaration
public MembersSetProfileError.UserNotInTeam AsUserNotInTeam { get; }
Property Value
Type | Description |
---|---|
MembersSetProfileError.UserNotInTeam |
IsDirectoryRestrictedOff
Gets a value indicating whether this instance is DirectoryRestrictedOff
Declaration
public bool IsDirectoryRestrictedOff { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
IsEmailReservedForOtherUser
Gets a value indicating whether this instance is EmailReservedForOtherUser
Declaration
public bool IsEmailReservedForOtherUser { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
IsExternalIdAndNewExternalIdUnsafe
Gets a value indicating whether this instance is ExternalIdAndNewExternalIdUnsafe
Declaration
public bool IsExternalIdAndNewExternalIdUnsafe { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
IsExternalIdUsedByOtherUser
Gets a value indicating whether this instance is ExternalIdUsedByOtherUser
Declaration
public bool IsExternalIdUsedByOtherUser { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
IsNoNewDataSpecified
Gets a value indicating whether this instance is NoNewDataSpecified
Declaration
public bool IsNoNewDataSpecified { 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 |
IsParamCannotBeEmpty
Gets a value indicating whether this instance is ParamCannotBeEmpty
Declaration
public bool IsParamCannotBeEmpty { 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 |
IsPersistentIdUsedByOtherUser
Gets a value indicating whether this instance is PersistentIdUsedByOtherUser
Declaration
public bool IsPersistentIdUsedByOtherUser { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
IsSetProfileDisallowed
Gets a value indicating whether this instance is SetProfileDisallowed
Declaration
public bool IsSetProfileDisallowed { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
IsUserNotFound
Gets a value indicating whether this instance is UserNotFound
Declaration
public bool IsUserNotFound { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
IsUserNotInTeam
Gets a value indicating whether this instance is UserNotInTeam
Declaration
public bool IsUserNotInTeam { get; }
Property Value
Type | Description |
---|---|
System.Boolean |