Created by Docfx
  • Home
  • API Documentation
  • API Documentation
Show / Hide Table of Contents

Class GroupMembersAddError

The group members add error object

Inheritance
System.Object
GroupMembersAddError
GroupMembersAddError.DuplicateUser
GroupMembersAddError.GroupNotFound
GroupMembersAddError.GroupNotInTeam
GroupMembersAddError.MembersNotInTeam
GroupMembersAddError.Other
GroupMembersAddError.SystemManagedGroupDisallowed
GroupMembersAddError.UserCannotBeManagerOfCompanyManagedGroup
GroupMembersAddError.UserMustBeActiveToBeOwner
GroupMembersAddError.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 GroupMembersAddError

Constructors

| Improve this Doc View Source

GroupMembersAddError()

Initializes a new instance of the GroupMembersAddError class.

Declaration
public GroupMembersAddError()

Properties

| Improve this Doc View Source

AsDuplicateUser

Gets this instance as a DuplicateUser, or null.

Declaration
public GroupMembersAddError.DuplicateUser AsDuplicateUser { get; }
Property Value
Type Description
GroupMembersAddError.DuplicateUser
| Improve this Doc View Source

AsGroupNotFound

Gets this instance as a GroupNotFound, or null.

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

AsGroupNotInTeam

Gets this instance as a GroupNotInTeam, or null.

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

AsMembersNotInTeam

Gets this instance as a MembersNotInTeam, or null.

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

AsOther

Gets this instance as a Other, or null.

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

AsSystemManagedGroupDisallowed

Gets this instance as a SystemManagedGroupDisallowed, or null.

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

AsUserCannotBeManagerOfCompanyManagedGroup

Gets this instance as a UserCannotBeManagerOfCompanyManagedGroup, or null.

Declaration
public GroupMembersAddError.UserCannotBeManagerOfCompanyManagedGroup AsUserCannotBeManagerOfCompanyManagedGroup { get; }
Property Value
Type Description
GroupMembersAddError.UserCannotBeManagerOfCompanyManagedGroup
| Improve this Doc View Source

AsUserMustBeActiveToBeOwner

Gets this instance as a UserMustBeActiveToBeOwner, or null.

Declaration
public GroupMembersAddError.UserMustBeActiveToBeOwner AsUserMustBeActiveToBeOwner { get; }
Property Value
Type Description
GroupMembersAddError.UserMustBeActiveToBeOwner
| Improve this Doc View Source

AsUsersNotFound

Gets this instance as a UsersNotFound, or null.

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

IsDuplicateUser

Gets a value indicating whether this instance is DuplicateUser

Declaration
public bool IsDuplicateUser { get; }
Property Value
Type Description
System.Boolean
| 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

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

IsUserCannotBeManagerOfCompanyManagedGroup

Gets a value indicating whether this instance is UserCannotBeManagerOfCompanyManagedGroup

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

IsUserMustBeActiveToBeOwner

Gets a value indicating whether this instance is UserMustBeActiveToBeOwner

Declaration
public bool IsUserMustBeActiveToBeOwner { 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
    • GroupMembersAddError()
  • Properties
    • AsDuplicateUser
    • AsGroupNotFound
    • AsGroupNotInTeam
    • AsMembersNotInTeam
    • AsOther
    • AsSystemManagedGroupDisallowed
    • AsUserCannotBeManagerOfCompanyManagedGroup
    • AsUserMustBeActiveToBeOwner
    • AsUsersNotFound
    • IsDuplicateUser
    • IsGroupNotFound
    • IsGroupNotInTeam
    • IsMembersNotInTeam
    • IsOther
    • IsSystemManagedGroupDisallowed
    • IsUserCannotBeManagerOfCompanyManagedGroup
    • IsUserMustBeActiveToBeOwner
    • IsUsersNotFound
Back to top Generated by DocFX