Information Classification: External Restricted.
See https://www.chili-publish.com/security
Webservice Functions - ResourceItemAdd
Adds a ResourceItem to the specified Resource, and returns its definition XML
Declaration
public string ResourceItemAdd ( string apiKey, string resourceName, string newName, string folderPath, string xml, string fileData );
Arguments
Name | Type | Description |
|---|---|---|
apiKey | The API key previously generated by calling the GenerateApiKey function | |
resourceName | The name of the resource | |
newName | The name of the new resource item | |
folderPath | The relative path of the resource item in the resource's tree (for resources of type directory_object or directory_file) | |
xml | The underlying XML of the resource (for resources of type list or directory_object) | |
fileData | The path to the file, or its base64 encoded data, for the new resource item (for resources of type directory_object or directory_file) |
Returns
Definition XML of the ResourceItem
Security rights needed
Add
Apply on resource
Resource from function parameter resourceName