website logo
Go To WebsiteAppexchange
Home
Salesforce
HubSpot
Web App
API Reference
Navigate through spaces
⌘K
Table Of Contents
Quick Starts
Features
Widgets
Flow Actions
Flow Templates
Platform Events
Tutorials
How to make existing Salesforce records work with CloudFiles
Copy Salesforce files to SharePoint
Apex
FAQs
Support
Docs powered by archbee 

Types.CreateFolderInput

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



Apex
|
CreateFolderInput(
  String parentId,
  String name,
  String driveId,
  String requestId
)

  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



Updated 23 May 2023
PREVIOUS
Types.UploadSalesforceFilePayload
NEXT
Types.CreateAttachmentInput
Docs powered by archbee