Information Classification: External Restricted.
See https://www.chili-publish.com/security
Webservice Functions - IconSetAddIcon
Ads an icon (png) to an IconSet Resource Item
Declaration
public string IconSetAddIcon ( string apiKey, string itemID, string iconName, string pathOrData );
Arguments
Name | Type | Description |
|---|---|---|
apiKey | The API key previously generated by calling the GenerateApiKey function | |
itemID | The id of the IconSet into which to add the icon | |
iconName | the name (including extension) of the icon to replace | |
pathOrData | The path to the .png file (accessible from the CHILI Server) or the base64 encoded data of the file itself |
Returns
A valid XML string
Security rights needed
Edit
Apply on resource
IconSets