Dropbox .NET SDK
Show / Hide Table of Contents

Class RemoveMemberJobStatus.Complete

Removing the folder member has finished. The value is information about whether the member has another form of access.

Inheritance
object
RemoveMemberJobStatus
RemoveMemberJobStatus.Complete
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.Complete : RemoveMemberJobStatus

Constructors

View Source

Complete(MemberAccessLevelResult)

Initializes a new instance of the RemoveMemberJobStatus.Complete class.

Declaration
public Complete(MemberAccessLevelResult value)
Parameters
Type Name Description
MemberAccessLevelResult value

The value

Properties

View Source

Value

Gets the value of this instance.

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