Dropbox .NET SDK
Show / Hide Table of Contents

Class ExcludedUsersListError

Excluded users list error.

Inheritance
object
ExcludedUsersListError
ExcludedUsersListError.ListError
ExcludedUsersListError.Other
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 ExcludedUsersListError

Constructors

View Source

ExcludedUsersListError()

Initializes a new instance of the ExcludedUsersListError class.

Declaration
public ExcludedUsersListError()

Properties

View Source

AsListError

Gets this instance as a ListError, or null.

Declaration
public ExcludedUsersListError.ListError AsListError { get; }
Property Value
Type Description
ExcludedUsersListError.ListError
View Source

AsOther

Gets this instance as a Other, or null.

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

IsListError

Gets a value indicating whether this instance is ListError

Declaration
public bool IsListError { 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
In this article
Back to top Dropbox .NET SDK