Apex
...
Types
Input & Output Types

Types.CreateFolderInput

Represents input for creating folders using Create Folders function. Following constructors are supported



Apex

  1. parentId - Id of the parent folder
  2. name - Name of the folder to be created
  3. driveId - Only applicable for SharePoint or Google Drive libraries. Supply null for other libraries. You can get this value from Content Library
  4. requestId - 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 CloudFiles Event Object which would have information about newly created folder