Dropbox .NET SDK
Show / Hide Table of Contents

Class RemoveMemberJobStatus.Failed

The failed object

Inheritance
object
RemoveMemberJobStatus
RemoveMemberJobStatus.Failed
Inherited Members
RemoveMemberJobStatus.IsComplete
RemoveMemberJobStatus.AsComplete
RemoveMemberJobStatus.IsFailed
RemoveMemberJobStatus.AsFailed
RemoveMemberJobStatus.IsInProgress
RemoveMemberJobStatus.AsInProgress
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Dropbox.Api.Sharing
Assembly: Dropbox.Api.dll
Syntax
public sealed class RemoveMemberJobStatus.Failed : RemoveMemberJobStatus

Constructors

View Source

Failed(RemoveFolderMemberError)

Initializes a new instance of the RemoveMemberJobStatus.Failed class.

Declaration
public Failed(RemoveFolderMemberError value)
Parameters
Type Name Description
RemoveFolderMemberError value

The value

Properties

View Source

Value

Gets the value of this instance.

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