add_skin
Creates a new skin within the database and all the required sub-collections.
Parameters
- action
- add_skin
- targetskin
- The name of the new skin to create. Note that this name can only contain periods (".") and alpha-numeric ASCII characters.
Example URL
http://<host>:<port>/<context>/web/dev.xql?action=add_skin&targetskin=<value>
Successful Result
This function returns a standard API result element (<result status='SUCCESS' statusCode='0' message='Localized Message' messageKey='message.key'/>). A statusCode of 0 indicates a successful execution. Any other statusCode indicates a failure.
Failed Result
Accessing this API feature requires the "Develop app" permission, and the function will throw a permission exception if the permission is not available.