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 Members
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 |
---|---|
Members |
AsEmailReservedForOtherUser
Gets this instance as a EmailReservedForOtherUser, or null
.
Declaration
public MembersSetProfileError.EmailReservedForOtherUser AsEmailReservedForOtherUser { get; }
Property Value
Type | Description |
---|---|
Members |
AsExternalIdAndNewExternalIdUnsafe
Gets this instance as a ExternalIdAndNewExternalIdUnsafe, or
null
.
Declaration
public MembersSetProfileError.ExternalIdAndNewExternalIdUnsafe AsExternalIdAndNewExternalIdUnsafe { get; }
Property Value
Type | Description |
---|---|
Members |
AsExternalIdUsedByOtherUser
Gets this instance as a ExternalIdUsedByOtherUser, or null
.
Declaration
public MembersSetProfileError.ExternalIdUsedByOtherUser AsExternalIdUsedByOtherUser { get; }
Property Value
Type | Description |
---|---|
Members |
AsNoNewDataSpecified
Gets this instance as a NoNewDataSpecified, or null
.
Declaration
public MembersSetProfileError.NoNewDataSpecified AsNoNewDataSpecified { get; }
Property Value
Type | Description |
---|---|
Members |
AsOther
Gets this instance as a Other, or null
.
Declaration
public MembersSetProfileError.Other AsOther { get; }
Property Value
Type | Description |
---|---|
Members |
AsParamCannotBeEmpty
Gets this instance as a ParamCannotBeEmpty, or null
.
Declaration
public MembersSetProfileError.ParamCannotBeEmpty AsParamCannotBeEmpty { get; }
Property Value
Type | Description |
---|---|
Members |
AsPersistentIdDisabled
Gets this instance as a PersistentIdDisabled, or null
.
Declaration
public MembersSetProfileError.PersistentIdDisabled AsPersistentIdDisabled { get; }
Property Value
Type | Description |
---|---|
Members |
AsPersistentIdUsedByOtherUser
Gets this instance as a PersistentIdUsedByOtherUser, or null
.
Declaration
public MembersSetProfileError.PersistentIdUsedByOtherUser AsPersistentIdUsedByOtherUser { get; }
Property Value
Type | Description |
---|---|
Members |
AsSetProfileDisallowed
Gets this instance as a SetProfileDisallowed, or null
.
Declaration
public MembersSetProfileError.SetProfileDisallowed AsSetProfileDisallowed { get; }
Property Value
Type | Description |
---|---|
Members |
AsUserNotFound
Gets this instance as a UserNotFound, or null
.
Declaration
public MembersSetProfileError.UserNotFound AsUserNotFound { get; }
Property Value
Type | Description |
---|---|
Members |
AsUserNotInTeam
Gets this instance as a UserNotInTeam, or null
.
Declaration
public MembersSetProfileError.UserNotInTeam AsUserNotInTeam { get; }
Property Value
Type | Description |
---|---|
Members |
IsDirectoryRestrictedOff
Gets a value indicating whether this instance is DirectoryRestrictedOff
Declaration
public bool IsDirectoryRestrictedOff { get; }
Property Value
Type | Description |
---|---|
System. |
IsEmailReservedForOtherUser
Gets a value indicating whether this instance is EmailReservedForOtherUser
Declaration
public bool IsEmailReservedForOtherUser { get; }
Property Value
Type | Description |
---|---|
System. |
IsExternalIdAndNewExternalIdUnsafe
Gets a value indicating whether this instance is ExternalIdAndNewExternalIdUnsafe
Declaration
public bool IsExternalIdAndNewExternalIdUnsafe { get; }
Property Value
Type | Description |
---|---|
System. |
IsExternalIdUsedByOtherUser
Gets a value indicating whether this instance is ExternalIdUsedByOtherUser
Declaration
public bool IsExternalIdUsedByOtherUser { get; }
Property Value
Type | Description |
---|---|
System. |
IsNoNewDataSpecified
Gets a value indicating whether this instance is NoNewDataSpecified
Declaration
public bool IsNoNewDataSpecified { get; }
Property Value
Type | Description |
---|---|
System. |
IsOther
Gets a value indicating whether this instance is Other
Declaration
public bool IsOther { get; }
Property Value
Type | Description |
---|---|
System. |
IsParamCannotBeEmpty
Gets a value indicating whether this instance is ParamCannotBeEmpty
Declaration
public bool IsParamCannotBeEmpty { get; }
Property Value
Type | Description |
---|---|
System. |
IsPersistentIdDisabled
Gets a value indicating whether this instance is PersistentIdDisabled
Declaration
public bool IsPersistentIdDisabled { get; }
Property Value
Type | Description |
---|---|
System. |
IsPersistentIdUsedByOtherUser
Gets a value indicating whether this instance is PersistentIdUsedByOtherUser
Declaration
public bool IsPersistentIdUsedByOtherUser { get; }
Property Value
Type | Description |
---|---|
System. |
IsSetProfileDisallowed
Gets a value indicating whether this instance is SetProfileDisallowed
Declaration
public bool IsSetProfileDisallowed { get; }
Property Value
Type | Description |
---|---|
System. |
IsUserNotFound
Gets a value indicating whether this instance is UserNotFound
Declaration
public bool IsUserNotFound { get; }
Property Value
Type | Description |
---|---|
System. |
IsUserNotInTeam
Gets a value indicating whether this instance is UserNotInTeam
Declaration
public bool IsUserNotInTeam { get; }
Property Value
Type | Description |
---|---|
System. |