Class CreateFolderBatchLaunch
Result returned by Create
Inheritance
System.Object
CreateFolderBatchLaunch
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Dropbox.Api.Files
Assembly: Dropbox.Api.dll
Syntax
public class CreateFolderBatchLaunch
Constructors
| Improve this Doc View SourceCreateFolderBatchLaunch()
Initializes a new instance of the Create
Declaration
public CreateFolderBatchLaunch()
Properties
| Improve this Doc View SourceAsAsyncJobId
Gets this instance as a AsyncJobId, or null
.
Declaration
public CreateFolderBatchLaunch.AsyncJobId AsAsyncJobId { get; }
Property Value
Type | Description |
---|---|
Create |
AsComplete
Gets this instance as a Complete, or null
.
Declaration
public CreateFolderBatchLaunch.Complete AsComplete { get; }
Property Value
Type | Description |
---|---|
Create |
AsOther
Gets this instance as a Other, or null
.
Declaration
public CreateFolderBatchLaunch.Other AsOther { get; }
Property Value
Type | Description |
---|---|
Create |
IsAsyncJobId
Gets a value indicating whether this instance is AsyncJobId
Declaration
public bool IsAsyncJobId { get; }
Property Value
Type | Description |
---|---|
System. |
IsComplete
Gets a value indicating whether this instance is Complete
Declaration
public bool IsComplete { get; }
Property Value
Type | Description |
---|---|
System. |
IsOther
Gets a value indicating whether this instance is Other
Declaration
public bool IsOther { get; }
Property Value
Type | Description |
---|---|
System. |