Show / Hide Table of Contents

Class ExcludedUsersUpdateResult

Excluded users update result.

Inheritance
System.Object
ExcludedUsersUpdateResult
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 ExcludedUsersUpdateResult

Constructors

| Improve this Doc View Source

ExcludedUsersUpdateResult(ExcludedUsersUpdateStatus)

Initializes a new instance of the ExcludedUsersUpdateResult class.

Declaration
public ExcludedUsersUpdateResult(ExcludedUsersUpdateStatus status)
Parameters
Type Name Description
ExcludedUsersUpdateStatus status

Update status.

Properties

| Improve this Doc View Source

Status

Update status.

Declaration
public ExcludedUsersUpdateStatus Status { get; protected set; }
Property Value
Type Description
ExcludedUsersUpdateStatus
  • Improve this Doc
  • View Source
In This Article
  • Constructors
    • ExcludedUsersUpdateResult(ExcludedUsersUpdateStatus)
  • Properties
    • Status
Back to top Generated by DocFX