Class GroupDeleteError
The group delete error object
Inheritance
System.Object
GroupDeleteError
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 GroupDeleteError
Constructors
| Improve this Doc View SourceGroupDeleteError()
Initializes a new instance of the GroupDeleteError class.
Declaration
public GroupDeleteError()
Properties
| Improve this Doc View SourceAsGroupAlreadyDeleted
Gets this instance as a GroupAlreadyDeleted, or null
.
Declaration
public GroupDeleteError.GroupAlreadyDeleted AsGroupAlreadyDeleted { get; }
Property Value
Type | Description |
---|---|
GroupDeleteError.GroupAlreadyDeleted |
AsGroupNotFound
Gets this instance as a GroupNotFound, or null
.
Declaration
public GroupDeleteError.GroupNotFound AsGroupNotFound { get; }
Property Value
Type | Description |
---|---|
GroupDeleteError.GroupNotFound |
AsOther
Gets this instance as a Other, or null
.
Declaration
public GroupDeleteError.Other AsOther { get; }
Property Value
Type | Description |
---|---|
GroupDeleteError.Other |
AsSystemManagedGroupDisallowed
Gets this instance as a SystemManagedGroupDisallowed, or null
.
Declaration
public GroupDeleteError.SystemManagedGroupDisallowed AsSystemManagedGroupDisallowed { get; }
Property Value
Type | Description |
---|---|
GroupDeleteError.SystemManagedGroupDisallowed |
IsGroupAlreadyDeleted
Gets a value indicating whether this instance is GroupAlreadyDeleted
Declaration
public bool IsGroupAlreadyDeleted { 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 |