Apex
CloudFiles Client

Create Folders

Creates folders in external storage like SharePoint, Google Drive etc.

Apex


Parameters

  1. inputs - List of Types.CreateFolderInput
  2. libraryId - Type of library. Example - sharepoint. You can get this value from Content Library
  3. runAs - Email Id of the user on whom behalf the function should run. If you want to run the action as automation user, supply integrationUser

Return Type

List of Resource objects

Example



Apex