Class ExcludedUsersUpdateStatus
Excluded users update operation status.
Inheritance
ExcludedUsersUpdateStatus
Inherited Members
Namespace: Dropbox.Api.Team
Assembly: Dropbox.Api.dll
Syntax
public class ExcludedUsersUpdateStatus
Constructors
View SourceExcludedUsersUpdateStatus()
Initializes a new instance of the ExcludedUsersUpdateStatus class.
Declaration
public ExcludedUsersUpdateStatus()
Properties
View SourceAsOther
Gets this instance as a Other, or null.
Declaration
public ExcludedUsersUpdateStatus.Other AsOther { get; }
Property Value
| Type | Description |
|---|---|
| ExcludedUsersUpdateStatus.Other |
AsSuccess
Gets this instance as a Success, or null.
Declaration
public ExcludedUsersUpdateStatus.Success AsSuccess { get; }
Property Value
| Type | Description |
|---|---|
| ExcludedUsersUpdateStatus.Success |
IsOther
Gets a value indicating whether this instance is Other
Declaration
public bool IsOther { get; }
Property Value
| Type | Description |
|---|---|
| bool |
IsSuccess
Gets a value indicating whether this instance is Success
Declaration
public bool IsSuccess { get; }
Property Value
| Type | Description |
|---|---|
| bool |