Dropbox .NET SDK
Show / Hide Table of Contents

Class MembersAddLaunchV2Result

The members add launch v2 result object

Inheritance
object
MembersAddLaunchV2Result
MembersAddLaunchV2Result.AsyncJobId
MembersAddLaunchV2Result.Complete
MembersAddLaunchV2Result.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 MembersAddLaunchV2Result

Constructors

View Source

MembersAddLaunchV2Result()

Initializes a new instance of the MembersAddLaunchV2Result class.

Declaration
public MembersAddLaunchV2Result()

Properties

View Source

AsAsyncJobId

Gets this instance as a AsyncJobId, or null.

Declaration
public MembersAddLaunchV2Result.AsyncJobId AsAsyncJobId { get; }
Property Value
Type Description
MembersAddLaunchV2Result.AsyncJobId
View Source

AsComplete

Gets this instance as a Complete, or null.

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

AsOther

Gets this instance as a Other, or null.

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

IsAsyncJobId

Gets a value indicating whether this instance is AsyncJobId

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

IsComplete

Gets a value indicating whether this instance is Complete

Declaration
public bool IsComplete { 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