Dropbox .NET SDK
Show / Hide Table of Contents

Class ExcludedUsersUpdateStatus

Excluded users update operation status.

Inheritance
object
ExcludedUsersUpdateStatus
ExcludedUsersUpdateStatus.Other
ExcludedUsersUpdateStatus.Success
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 ExcludedUsersUpdateStatus

Constructors

View Source

ExcludedUsersUpdateStatus()

Initializes a new instance of the ExcludedUsersUpdateStatus class.

Declaration
public ExcludedUsersUpdateStatus()

Properties

View Source

AsOther

Gets this instance as a Other, or null.

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

AsSuccess

Gets this instance as a Success, or null.

Declaration
public ExcludedUsersUpdateStatus.Success AsSuccess { get; }
Property Value
Type Description
ExcludedUsersUpdateStatus.Success
View Source

IsOther

Gets a value indicating whether this instance is Other

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

IsSuccess

Gets a value indicating whether this instance is Success

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