Fields

Fields
ParameterDescription
parentId
String
requiredId of the parent folder.
name
String
requiredName of the folder to be created.
driveId
String
requiredOnly applicable for SharePoint or Google Drive libraries. Supply null for other libraries. You can get this value from Content Library.
requestId
String
requiredPass 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
)