Show / Hide Table of Contents

Class ExcludedUsersUpdateError

Excluded users update error.

Inheritance
System.Object
ExcludedUsersUpdateError
ExcludedUsersUpdateError.Other
ExcludedUsersUpdateError.TooManyUsers
ExcludedUsersUpdateError.UsersNotInTeam
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 ExcludedUsersUpdateError

Constructors

| Improve this Doc View Source

ExcludedUsersUpdateError()

Initializes a new instance of the ExcludedUsersUpdateError class.

Declaration
public ExcludedUsersUpdateError()

Properties

| Improve this Doc View Source

AsOther

Gets this instance as a Other, or null.

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

AsTooManyUsers

Gets this instance as a TooManyUsers, or null.

Declaration
public ExcludedUsersUpdateError.TooManyUsers AsTooManyUsers { get; }
Property Value
Type Description
ExcludedUsersUpdateError.TooManyUsers
| Improve this Doc View Source

AsUsersNotInTeam

Gets this instance as a UsersNotInTeam, or null.

Declaration
public ExcludedUsersUpdateError.UsersNotInTeam AsUsersNotInTeam { get; }
Property Value
Type Description
ExcludedUsersUpdateError.UsersNotInTeam
| 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

IsTooManyUsers

Gets a value indicating whether this instance is TooManyUsers

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

IsUsersNotInTeam

Gets a value indicating whether this instance is UsersNotInTeam

Declaration
public bool IsUsersNotInTeam { get; }
Property Value
Type Description
System.Boolean
  • Improve this Doc
  • View Source
In This Article
  • Constructors
    • ExcludedUsersUpdateError()
  • Properties
    • AsOther
    • AsTooManyUsers
    • AsUsersNotInTeam
    • IsOther
    • IsTooManyUsers
    • IsUsersNotInTeam
Back to top Generated by DocFX