Dropbox .NET SDK
Show / Hide Table of Contents

Class TeamFolderArchiveLaunch

The team folder archive launch object

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

Constructors

View Source

TeamFolderArchiveLaunch()

Initializes a new instance of the TeamFolderArchiveLaunch class.

Declaration
public TeamFolderArchiveLaunch()

Properties

View Source

AsAsyncJobId

Gets this instance as a AsyncJobId, or null.

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

AsComplete

Gets this instance as a Complete, or null.

Declaration
public TeamFolderArchiveLaunch.Complete AsComplete { get; }
Property Value
Type Description
TeamFolderArchiveLaunch.Complete
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
In this article
Back to top Dropbox .NET SDK