Class GroupUpdateError
The group update error object
Inheritance
Inherited Members
Namespace: Dropbox.Api.Team
Assembly: Dropbox.Api.dll
Syntax
public class GroupUpdateError
Constructors
| Improve this Doc View SourceGroupUpdateError()
Initializes a new instance of the GroupUpdateError class.
Declaration
public GroupUpdateError()
Properties
| Improve this Doc View SourceAsExternalIdAlreadyInUse
Gets this instance as a ExternalIdAlreadyInUse, or null
.
Declaration
public GroupUpdateError.ExternalIdAlreadyInUse AsExternalIdAlreadyInUse { get; }
Property Value
Type | Description |
---|---|
GroupUpdateError.ExternalIdAlreadyInUse |
AsGroupNameAlreadyUsed
Gets this instance as a GroupNameAlreadyUsed, or null
.
Declaration
public GroupUpdateError.GroupNameAlreadyUsed AsGroupNameAlreadyUsed { get; }
Property Value
Type | Description |
---|---|
GroupUpdateError.GroupNameAlreadyUsed |
AsGroupNameInvalid
Gets this instance as a GroupNameInvalid, or null
.
Declaration
public GroupUpdateError.GroupNameInvalid AsGroupNameInvalid { get; }
Property Value
Type | Description |
---|---|
GroupUpdateError.GroupNameInvalid |
AsGroupNotFound
Gets this instance as a GroupNotFound, or null
.
Declaration
public GroupUpdateError.GroupNotFound AsGroupNotFound { get; }
Property Value
Type | Description |
---|---|
GroupUpdateError.GroupNotFound |
AsOther
Gets this instance as a Other, or null
.
Declaration
public GroupUpdateError.Other AsOther { get; }
Property Value
Type | Description |
---|---|
GroupUpdateError.Other |
AsSystemManagedGroupDisallowed
Gets this instance as a SystemManagedGroupDisallowed, or null
.
Declaration
public GroupUpdateError.SystemManagedGroupDisallowed AsSystemManagedGroupDisallowed { get; }
Property Value
Type | Description |
---|---|
GroupUpdateError.SystemManagedGroupDisallowed |
IsExternalIdAlreadyInUse
Gets a value indicating whether this instance is ExternalIdAlreadyInUse
Declaration
public bool IsExternalIdAlreadyInUse { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
IsGroupNameAlreadyUsed
Gets a value indicating whether this instance is GroupNameAlreadyUsed
Declaration
public bool IsGroupNameAlreadyUsed { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
IsGroupNameInvalid
Gets a value indicating whether this instance is GroupNameInvalid
Declaration
public bool IsGroupNameInvalid { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
IsGroupNotFound
Gets a value indicating whether this instance is GroupNotFound
Declaration
public bool IsGroupNotFound { 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 |
IsSystemManagedGroupDisallowed
Gets a value indicating whether this instance is SystemManagedGroupDisallowed
Declaration
public bool IsSystemManagedGroupDisallowed { get; }
Property Value
Type | Description |
---|---|
System.Boolean |