CreateFile
Creates a new file from the included payload.
EXECUTE 例:
EXECUTE CreateFile File = 'C:\\Users\\Dell\\Desktop\\Test_Logs\\Marketo.html', Description = 'Test Create File', Name = '[email protected]', FolderId = 1032, FolderType = 'folder'
Input
Name | Type | Required | Description |
File | String | True | Multipart File. Content of the file. |
FolderId | Integer | True | The Id of the folder |
FolderType | String | True | The type of the folder |
InsertOnly | Boolean | False | Indicates whether the call should fail if there is already an existing file with the same name |
Name | String | True | The name of the file |
Description | String | False | The description of the asset |
Result Set Columns
Name | Type | Description |
Id | String | The Id of the created file |