Class GroupCreateError
The group create error object
Inheritance
System.Object
GroupCreateError
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 GroupCreateError
Constructors
| Improve this Doc View SourceGroupCreateError()
Initializes a new instance of the GroupCreateError class.
Declaration
public GroupCreateError()
Properties
| Improve this Doc View SourceAsExternalIdAlreadyInUse
Gets this instance as a ExternalIdAlreadyInUse, or null
.
Declaration
public GroupCreateError.ExternalIdAlreadyInUse AsExternalIdAlreadyInUse { get; }
Property Value
Type | Description |
---|---|
GroupCreateError.ExternalIdAlreadyInUse |
AsGroupNameAlreadyUsed
Gets this instance as a GroupNameAlreadyUsed, or null
.
Declaration
public GroupCreateError.GroupNameAlreadyUsed AsGroupNameAlreadyUsed { get; }
Property Value
Type | Description |
---|---|
GroupCreateError.GroupNameAlreadyUsed |
AsGroupNameInvalid
Gets this instance as a GroupNameInvalid, or null
.
Declaration
public GroupCreateError.GroupNameInvalid AsGroupNameInvalid { get; }
Property Value
Type | Description |
---|---|
GroupCreateError.GroupNameInvalid |
AsOther
Gets this instance as a Other, or null
.
Declaration
public GroupCreateError.Other AsOther { get; }
Property Value
Type | Description |
---|---|
GroupCreateError.Other |
AsSystemManagedGroupDisallowed
Gets this instance as a SystemManagedGroupDisallowed, or null
.
Declaration
public GroupCreateError.SystemManagedGroupDisallowed AsSystemManagedGroupDisallowed { get; }
Property Value
Type | Description |
---|---|
GroupCreateError.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 |
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 |