Class GroupMembersRemoveError
The group members remove error object
Inheritance
Inherited Members
Namespace: Dropbox.Api.Team
Assembly: Dropbox.Api.dll
Syntax
public class GroupMembersRemoveError
Constructors
| Improve this Doc View SourceGroupMembersRemoveError()
Initializes a new instance of the GroupMembersRemoveError class.
Declaration
public GroupMembersRemoveError()
Properties
| Improve this Doc View SourceAsGroupNotFound
Gets this instance as a GroupNotFound, or null
.
Declaration
public GroupMembersRemoveError.GroupNotFound AsGroupNotFound { get; }
Property Value
Type | Description |
---|---|
GroupMembersRemoveError.GroupNotFound |
AsGroupNotInTeam
Gets this instance as a GroupNotInTeam, or null
.
Declaration
public GroupMembersRemoveError.GroupNotInTeam AsGroupNotInTeam { get; }
Property Value
Type | Description |
---|---|
GroupMembersRemoveError.GroupNotInTeam |
AsMemberNotInGroup
Gets this instance as a MemberNotInGroup, or null
.
Declaration
public GroupMembersRemoveError.MemberNotInGroup AsMemberNotInGroup { get; }
Property Value
Type | Description |
---|---|
GroupMembersRemoveError.MemberNotInGroup |
AsMembersNotInTeam
Gets this instance as a MembersNotInTeam, or null
.
Declaration
public GroupMembersRemoveError.MembersNotInTeam AsMembersNotInTeam { get; }
Property Value
Type | Description |
---|---|
GroupMembersRemoveError.MembersNotInTeam |
AsOther
Gets this instance as a Other, or null
.
Declaration
public GroupMembersRemoveError.Other AsOther { get; }
Property Value
Type | Description |
---|---|
GroupMembersRemoveError.Other |
AsSystemManagedGroupDisallowed
Gets this instance as a SystemManagedGroupDisallowed, or null
.
Declaration
public GroupMembersRemoveError.SystemManagedGroupDisallowed AsSystemManagedGroupDisallowed { get; }
Property Value
Type | Description |
---|---|
GroupMembersRemoveError.SystemManagedGroupDisallowed |
AsUsersNotFound
Gets this instance as a UsersNotFound, or null
.
Declaration
public GroupMembersRemoveError.UsersNotFound AsUsersNotFound { get; }
Property Value
Type | Description |
---|---|
GroupMembersRemoveError.UsersNotFound |
IsGroupNotFound
Gets a value indicating whether this instance is GroupNotFound
Declaration
public bool IsGroupNotFound { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
IsGroupNotInTeam
Gets a value indicating whether this instance is GroupNotInTeam
Declaration
public bool IsGroupNotInTeam { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
IsMemberNotInGroup
Gets a value indicating whether this instance is MemberNotInGroup
Declaration
public bool IsMemberNotInGroup { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
IsMembersNotInTeam
Gets a value indicating whether this instance is MembersNotInTeam
Declaration
public bool IsMembersNotInTeam { 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 |
IsUsersNotFound
Gets a value indicating whether this instance is UsersNotFound
Declaration
public bool IsUsersNotFound { get; }
Property Value
Type | Description |
---|---|
System.Boolean |