Dropbox .NET SDK
Show / Hide Table of Contents

Class ExcludedUsersUpdateResult

Excluded users update result.

Inheritance
object
ExcludedUsersUpdateResult
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 ExcludedUsersUpdateResult

Constructors

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

View Source

Status

Update status.

Declaration
public ExcludedUsersUpdateStatus Status { get; protected set; }
Property Value
Type Description
ExcludedUsersUpdateStatus
  • View Source
In this article
Back to top Dropbox .NET SDK