Dropbox .NET SDK
Show / Hide Table of Contents

Class GroupMembersRemoveError

The group members remove error object

Inheritance
object
GroupMembersRemoveError
GroupMembersRemoveError.GroupNotFound
GroupMembersRemoveError.GroupNotInTeam
GroupMembersRemoveError.MemberNotInGroup
GroupMembersRemoveError.MembersNotInTeam
GroupMembersRemoveError.Other
GroupMembersRemoveError.SystemManagedGroupDisallowed
GroupMembersRemoveError.UsersNotFound
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Dropbox.Api.Team
Assembly: Dropbox.Api.dll
Syntax
public class GroupMembersRemoveError

Constructors

View Source

GroupMembersRemoveError()

Initializes a new instance of the GroupMembersRemoveError class.

Declaration
public GroupMembersRemoveError()

Properties

View Source

AsGroupNotFound

Gets this instance as a GroupNotFound, or null.

Declaration
public GroupMembersRemoveError.GroupNotFound AsGroupNotFound { get; }
Property Value
Type Description
GroupMembersRemoveError.GroupNotFound
View Source

AsGroupNotInTeam

Gets this instance as a GroupNotInTeam, or null.

Declaration
public GroupMembersRemoveError.GroupNotInTeam AsGroupNotInTeam { get; }
Property Value
Type Description
GroupMembersRemoveError.GroupNotInTeam
View Source

AsMemberNotInGroup

Gets this instance as a MemberNotInGroup, or null.

Declaration
public GroupMembersRemoveError.MemberNotInGroup AsMemberNotInGroup { get; }
Property Value
Type Description
GroupMembersRemoveError.MemberNotInGroup
View Source

AsMembersNotInTeam

Gets this instance as a MembersNotInTeam, or null.

Declaration
public GroupMembersRemoveError.MembersNotInTeam AsMembersNotInTeam { get; }
Property Value
Type Description
GroupMembersRemoveError.MembersNotInTeam
View Source

AsOther

Gets this instance as a Other, or null.

Declaration
public GroupMembersRemoveError.Other AsOther { get; }
Property Value
Type Description
GroupMembersRemoveError.Other
View Source

AsSystemManagedGroupDisallowed

Gets this instance as a SystemManagedGroupDisallowed, or null.

Declaration
public GroupMembersRemoveError.SystemManagedGroupDisallowed AsSystemManagedGroupDisallowed { get; }
Property Value
Type Description
GroupMembersRemoveError.SystemManagedGroupDisallowed
View Source

AsUsersNotFound

Gets this instance as a UsersNotFound, or null.

Declaration
public GroupMembersRemoveError.UsersNotFound AsUsersNotFound { get; }
Property Value
Type Description
GroupMembersRemoveError.UsersNotFound
View Source

IsGroupNotFound

Gets a value indicating whether this instance is GroupNotFound

Declaration
public bool IsGroupNotFound { get; }
Property Value
Type Description
bool
View Source

IsGroupNotInTeam

Gets a value indicating whether this instance is GroupNotInTeam

Declaration
public bool IsGroupNotInTeam { get; }
Property Value
Type Description
bool
View Source

IsMemberNotInGroup

Gets a value indicating whether this instance is MemberNotInGroup

Declaration
public bool IsMemberNotInGroup { get; }
Property Value
Type Description
bool
View Source

IsMembersNotInTeam

Gets a value indicating whether this instance is MembersNotInTeam

Declaration
public bool IsMembersNotInTeam { get; }
Property Value
Type Description
bool
View Source

IsOther

Gets a value indicating whether this instance is Other

Declaration
public bool IsOther { get; }
Property Value
Type Description
bool
View Source

IsSystemManagedGroupDisallowed

Gets a value indicating whether this instance is SystemManagedGroupDisallowed

Declaration
public bool IsSystemManagedGroupDisallowed { get; }
Property Value
Type Description
bool
View Source

IsUsersNotFound

Gets a value indicating whether this instance is UsersNotFound

Declaration
public bool IsUsersNotFound { get; }
Property Value
Type Description
bool
  • View Source
In this article
Back to top Dropbox .NET SDK