CreateResource
From
(Difference between revisions)
Latest revision as of 21:36, 21 February 2019
Contents |
[edit] Method
CreateResourceResult createResource(UserIDBean userID, ResourceBean resource)
[edit] Description
Creates a new resource record, based on the resource data passed in. Also note that each resource must have a unique name on the server.
[edit] Parameters
Type | Name | Description |
---|---|---|
UserIDBean | userID | The admin username and password. |
ResourceBean | resource | The resource details from which the new resource record will be created on the server. |