CreateFolder
Adds a folder to a document library on a SharePoint site.
Input
Name | Type | Description |
RelativeURL | String | The relative URL of the folder. |
FolderName | String | The name of the folder to be created. |
Result Set Columns
Name | Type | Description |
Success | Boolean | Indicates whether the operation was successful or not. |
Id | String | A unique identifier value returned after completing the operation. |