Show / Hide Table of Contents

Class ExcludedUsersUpdateStatus

Excluded users update operation status.

Inheritance
System.Object
ExcludedUsersUpdateStatus
ExcludedUsersUpdateStatus.Other
ExcludedUsersUpdateStatus.Success
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Dropbox.Api.Team
Assembly: Dropbox.Api.dll
Syntax
public class ExcludedUsersUpdateStatus

Constructors

| Improve this Doc View Source

ExcludedUsersUpdateStatus()

Initializes a new instance of the ExcludedUsersUpdateStatus class.

Declaration
public ExcludedUsersUpdateStatus()

Properties

| Improve this Doc View Source

AsOther

Gets this instance as a Other, or null.

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

AsSuccess

Gets this instance as a Success, or null.

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

IsOther

Gets a value indicating whether this instance is Other

Declaration
public bool IsOther { get; }
Property Value
Type Description
System.Boolean
| Improve this Doc View Source

IsSuccess

Gets a value indicating whether this instance is Success

Declaration
public bool IsSuccess { get; }
Property Value
Type Description
System.Boolean
  • Improve this Doc
  • View Source
In This Article
  • Constructors
    • ExcludedUsersUpdateStatus()
  • Properties
    • AsOther
    • AsSuccess
    • IsOther
    • IsSuccess
Back to top Generated by DocFX