Class ExcludedUsersListError
Excluded users list error.
Inheritance
ExcludedUsersListError
Inherited Members
Namespace: Dropbox.Api.Team
Assembly: Dropbox.Api.dll
Syntax
public class ExcludedUsersListError
Constructors
View SourceExcludedUsersListError()
Initializes a new instance of the ExcludedUsersListError class.
Declaration
public ExcludedUsersListError()
Properties
View SourceAsListError
Gets this instance as a ListError, or null.
Declaration
public ExcludedUsersListError.ListError AsListError { get; }
Property Value
| Type | Description |
|---|---|
| ExcludedUsersListError.ListError |
AsOther
Gets this instance as a Other, or null.
Declaration
public ExcludedUsersListError.Other AsOther { get; }
Property Value
| Type | Description |
|---|---|
| ExcludedUsersListError.Other |
IsListError
Gets a value indicating whether this instance is ListError
Declaration
public bool IsListError { get; }
Property Value
| Type | Description |
|---|---|
| bool |
IsOther
Gets a value indicating whether this instance is Other
Declaration
public bool IsOther { get; }
Property Value
| Type | Description |
|---|---|
| bool |