Create or update Resource
![]()
Description
This method creates (and updates) Resource Manager Resources.
Support
This method can only support creating and updating Resources at the company level.
Installation: ASP and Self host
| Level | Yes or No |
|---|---|
| Company Level | Yes |
| Project/Shell Level | No |
Prototype
public XMLObject createUpdateResource (String shortname, String authcode, String resourceXML);
Parameters
| Parameter | Description |
|---|---|
| shortname | identifier of the company, company's short name |
| authcode | authentication key for the company, in text string |
| resourceXML | Information of the resource(s) that will be created or updated |
Return Value
Sample Method
createUpdateResource("acme", "acme_authcode", XML)
Additional Information
_resource tag can repeat to create multiple resources.