Dropbox .NET SDK
Show / Hide Table of Contents

Class MembersAddJobStatusV2Result

The members add job status v2 result object

Inheritance
object
MembersAddJobStatusV2Result
MembersAddJobStatusV2Result.Complete
MembersAddJobStatusV2Result.Failed
MembersAddJobStatusV2Result.InProgress
MembersAddJobStatusV2Result.Other
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 MembersAddJobStatusV2Result

Constructors

View Source

MembersAddJobStatusV2Result()

Initializes a new instance of the MembersAddJobStatusV2Result class.

Declaration
public MembersAddJobStatusV2Result()

Properties

View Source

AsComplete

Gets this instance as a Complete, or null.

Declaration
public MembersAddJobStatusV2Result.Complete AsComplete { get; }
Property Value
Type Description
MembersAddJobStatusV2Result.Complete
View Source

AsFailed

Gets this instance as a Failed, or null.

Declaration
public MembersAddJobStatusV2Result.Failed AsFailed { get; }
Property Value
Type Description
MembersAddJobStatusV2Result.Failed
View Source

AsInProgress

Gets this instance as a InProgress, or null.

Declaration
public MembersAddJobStatusV2Result.InProgress AsInProgress { get; }
Property Value
Type Description
MembersAddJobStatusV2Result.InProgress
View Source

AsOther

Gets this instance as a Other, or null.

Declaration
public MembersAddJobStatusV2Result.Other AsOther { get; }
Property Value
Type Description
MembersAddJobStatusV2Result.Other
View Source

IsComplete

Gets a value indicating whether this instance is Complete

Declaration
public bool IsComplete { get; }
Property Value
Type Description
bool
View Source

IsFailed

Gets a value indicating whether this instance is Failed

Declaration
public bool IsFailed { get; }
Property Value
Type Description
bool
View Source

IsInProgress

Gets a value indicating whether this instance is InProgress

Declaration
public bool IsInProgress { get; }
Property Value
Type Description
bool
View Source

IsOther

Gets a value indicating whether this instance is Other

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