Dropbox .NET SDK
Show / Hide Table of Contents

Class ExcludedUsersUpdateError

Excluded users update error.

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

Constructors

View Source

ExcludedUsersUpdateError()

Initializes a new instance of the ExcludedUsersUpdateError class.

Declaration
public ExcludedUsersUpdateError()

Properties

View Source

AsOther

Gets this instance as a Other, or null.

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

AsTooManyUsers

Gets this instance as a TooManyUsers, or null.

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

AsUsersNotInTeam

Gets this instance as a UsersNotInTeam, or null.

Declaration
public ExcludedUsersUpdateError.UsersNotInTeam AsUsersNotInTeam { get; }
Property Value
Type Description
ExcludedUsersUpdateError.UsersNotInTeam
View Source

IsOther

Gets a value indicating whether this instance is Other

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

IsTooManyUsers

Gets a value indicating whether this instance is TooManyUsers

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

IsUsersNotInTeam

Gets a value indicating whether this instance is UsersNotInTeam

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