Show / Hide Table of Contents

Class CreateFolderBatchResult

The create folder batch result object

Inheritance
System.Object
FileOpsResult
CreateFolderBatchResult
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 CreateFolderBatchResult : FileOpsResult

Constructors

| Improve this Doc View Source

CreateFolderBatchResult(IEnumerable<CreateFolderBatchResultEntry>)

Initializes a new instance of the CreateFolderBatchResult class.

Declaration
public CreateFolderBatchResult(IEnumerable<CreateFolderBatchResultEntry> entries)
Parameters
Type Name Description
System.Collections.Generic.IEnumerable<CreateFolderBatchResultEntry> entries

Each entry in Paths will appear at the same position inside Entries.

Properties

| Improve this Doc View Source

Entries

Each entry in Paths will appear at the same position inside Entries.

Declaration
public IList<CreateFolderBatchResultEntry> Entries { get; protected set; }
Property Value
Type Description
System.Collections.Generic.IList<CreateFolderBatchResultEntry>
  • Improve this Doc
  • View Source
In This Article
  • Constructors
    • CreateFolderBatchResult(IEnumerable<CreateFolderBatchResultEntry>)
  • Properties
    • Entries
Back to top Generated by DocFX