Fields
Fields
| Parameter | Description | |
|---|---|---|
parentIdString |
required | Id of the parent folder. |
nameString |
required | Name of the folder to be created. |
driveIdString |
required | Only applicable for SharePoint or Google Drive libraries. Supply null for other libraries. You can get this value from Content Library. |
requestIdString |
required | Pass null if using with Create Folders method or a random string if using with Create Folders Async method. This value can be used to filter the CloudFiles Event Object which would have information about the newly created folder. |
Constructors
CreateFolderInput( String parentId, String name, String driveId, String requestId )