Show / Hide Table of Contents

Class CreateFolderBatchJobStatus

The create folder batch job status object

Inheritance
System.Object
CreateFolderBatchJobStatus
CreateFolderBatchJobStatus.Complete
CreateFolderBatchJobStatus.Failed
CreateFolderBatchJobStatus.InProgress
CreateFolderBatchJobStatus.Other
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 CreateFolderBatchJobStatus

Constructors

| Improve this Doc View Source

CreateFolderBatchJobStatus()

Initializes a new instance of the CreateFolderBatchJobStatus class.

Declaration
public CreateFolderBatchJobStatus()

Properties

| Improve this Doc View Source

AsComplete

Gets this instance as a Complete, or null.

Declaration
public CreateFolderBatchJobStatus.Complete AsComplete { get; }
Property Value
Type Description
CreateFolderBatchJobStatus.Complete
| Improve this Doc View Source

AsFailed

Gets this instance as a Failed, or null.

Declaration
public CreateFolderBatchJobStatus.Failed AsFailed { get; }
Property Value
Type Description
CreateFolderBatchJobStatus.Failed
| Improve this Doc View Source

AsInProgress

Gets this instance as a InProgress, or null.

Declaration
public CreateFolderBatchJobStatus.InProgress AsInProgress { get; }
Property Value
Type Description
CreateFolderBatchJobStatus.InProgress
| Improve this Doc View Source

AsOther

Gets this instance as a Other, or null.

Declaration
public CreateFolderBatchJobStatus.Other AsOther { get; }
Property Value
Type Description
CreateFolderBatchJobStatus.Other
| Improve this Doc View Source

IsComplete

Gets a value indicating whether this instance is Complete

Declaration
public bool IsComplete { get; }
Property Value
Type Description
System.Boolean
| Improve this Doc View Source

IsFailed

Gets a value indicating whether this instance is Failed

Declaration
public bool IsFailed { get; }
Property Value
Type Description
System.Boolean
| Improve this Doc View Source

IsInProgress

Gets a value indicating whether this instance is InProgress

Declaration
public bool IsInProgress { get; }
Property Value
Type Description
System.Boolean
| Improve this Doc View Source

IsOther

Gets a value indicating whether this instance is Other

Declaration
public bool IsOther { get; }
Property Value
Type Description
System.Boolean
  • Improve this Doc
  • View Source
In This Article
  • Constructors
    • CreateFolderBatchJobStatus()
  • Properties
    • AsComplete
    • AsFailed
    • AsInProgress
    • AsOther
    • IsComplete
    • IsFailed
    • IsInProgress
    • IsOther
Back to top Generated by DocFX