Class CreateFolderBatchResult
The create folder batch result object
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 SourceCreateFolderBatchResult(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 SourceEntries
Declaration
public IList<CreateFolderBatchResultEntry> Entries { get; protected set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.IList<CreateFolderBatchResultEntry> |