Newer Version Available

This content describes an older version of this product. View Latest

Folder Input

A folder.
Root XML tag
<folderInput>
JSON example
1{
2   "path" : "my_documents/my_folder"
3}
Properties
Name Type Description Available Version
isInMyFileSync Boolean true if the folder and all folders in this folder are synced with Salesforce Files Sync; false otherwise.

Salesforce Files Sync was retired on May 25, 2018.

Note

33.0
name String The name of the folder.

Either path or name is required. If you specify both, path is used and name is ignored.

30.0
parentFolderId String The ID of the parent folder.

Either parentFolderId or path is required. You can’t include both.

30.0
path String The path of the folder. For example, my documents/folder. 30.0