Show / Hide Table of Contents

Class GroupMembersRemoveError

The group members remove error object

Inheritance
System.Object
GroupMembersRemoveError
GroupMembersRemoveError.GroupNotFound
GroupMembersRemoveError.GroupNotInTeam
GroupMembersRemoveError.MemberNotInGroup
GroupMembersRemoveError.MembersNotInTeam
GroupMembersRemoveError.Other
GroupMembersRemoveError.SystemManagedGroupDisallowed
GroupMembersRemoveError.UsersNotFound
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 GroupMembersRemoveError

Constructors

| Improve this Doc View Source

GroupMembersRemoveError()

Initializes a new instance of the GroupMembersRemoveError class.

Declaration
public GroupMembersRemoveError()

Properties

| Improve this Doc View Source

AsGroupNotFound

Gets this instance as a GroupNotFound, or null.

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

AsGroupNotInTeam

Gets this instance as a GroupNotInTeam, or null.

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

AsMemberNotInGroup

Gets this instance as a MemberNotInGroup, or null.

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

AsMembersNotInTeam

Gets this instance as a MembersNotInTeam, or null.

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

AsOther

Gets this instance as a Other, or null.

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

AsSystemManagedGroupDisallowed

Gets this instance as a SystemManagedGroupDisallowed, or null.

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

AsUsersNotFound

Gets this instance as a UsersNotFound, or null.

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

IsGroupNotFound

Gets a value indicating whether this instance is GroupNotFound

Declaration
public bool IsGroupNotFound { get; }
Property Value
Type Description
System.Boolean
| Improve this Doc View Source

IsGroupNotInTeam

Gets a value indicating whether this instance is GroupNotInTeam

Declaration
public bool IsGroupNotInTeam { get; }
Property Value
Type Description
System.Boolean
| Improve this Doc View Source

IsMemberNotInGroup

Gets a value indicating whether this instance is MemberNotInGroup

Declaration
public bool IsMemberNotInGroup { get; }
Property Value
Type Description
System.Boolean
| Improve this Doc View Source

IsMembersNotInTeam

Gets a value indicating whether this instance is MembersNotInTeam

Declaration
public bool IsMembersNotInTeam { get; }
Property Value
Type Description
System.Boolean
| Improve this Doc View Source

IsOther

Gets a value indicating whether this instance is Other

Declaration
public bool IsOther { get; }
Property Value
Type Description
System.Boolean
| Improve this Doc View Source

IsSystemManagedGroupDisallowed

Gets a value indicating whether this instance is SystemManagedGroupDisallowed

Declaration
public bool IsSystemManagedGroupDisallowed { get; }
Property Value
Type Description
System.Boolean
| Improve this Doc View Source

IsUsersNotFound

Gets a value indicating whether this instance is UsersNotFound

Declaration
public bool IsUsersNotFound { get; }
Property Value
Type Description
System.Boolean
  • Improve this Doc
  • View Source
In This Article
  • Constructors
    • GroupMembersRemoveError()
  • Properties
    • AsGroupNotFound
    • AsGroupNotInTeam
    • AsMemberNotInGroup
    • AsMembersNotInTeam
    • AsOther
    • AsSystemManagedGroupDisallowed
    • AsUsersNotFound
    • IsGroupNotFound
    • IsGroupNotInTeam
    • IsMemberNotInGroup
    • IsMembersNotInTeam
    • IsOther
    • IsSystemManagedGroupDisallowed
    • IsUsersNotFound
Back to top Generated by DocFX