Class ExcludedUsersUpdateError
Excluded users update error.
Inheritance
ExcludedUsersUpdateError
Inherited Members
Namespace: Dropbox.Api.Team
Assembly: Dropbox.Api.dll
Syntax
public class ExcludedUsersUpdateError
Constructors
View SourceExcludedUsersUpdateError()
Initializes a new instance of the ExcludedUsersUpdateError class.
Declaration
public ExcludedUsersUpdateError()
Properties
View SourceAsOther
Gets this instance as a Other, or null.
Declaration
public ExcludedUsersUpdateError.Other AsOther { get; }
Property Value
| Type | Description |
|---|---|
| ExcludedUsersUpdateError.Other |
AsTooManyUsers
Gets this instance as a TooManyUsers, or null.
Declaration
public ExcludedUsersUpdateError.TooManyUsers AsTooManyUsers { get; }
Property Value
| Type | Description |
|---|---|
| ExcludedUsersUpdateError.TooManyUsers |
AsUsersNotInTeam
Gets this instance as a UsersNotInTeam, or null.
Declaration
public ExcludedUsersUpdateError.UsersNotInTeam AsUsersNotInTeam { get; }
Property Value
| Type | Description |
|---|---|
| ExcludedUsersUpdateError.UsersNotInTeam |
IsOther
Gets a value indicating whether this instance is Other
Declaration
public bool IsOther { get; }
Property Value
| Type | Description |
|---|---|
| bool |
IsTooManyUsers
Gets a value indicating whether this instance is TooManyUsers
Declaration
public bool IsTooManyUsers { get; }
Property Value
| Type | Description |
|---|---|
| bool |
IsUsersNotInTeam
Gets a value indicating whether this instance is UsersNotInTeam
Declaration
public bool IsUsersNotInTeam { get; }
Property Value
| Type | Description |
|---|---|
| bool |