CreateResource
From
(Difference between revisions)
m (→Description) |
|||
(One intermediate revision by one user not shown) | |||
Line 1: | Line 1: | ||
− | |||
== Method == | == Method == | ||
− | + | [[CreateResourceResult]] createResource([[UserIDBean]] userID, [[ResourceBean]] resource) | |
== Description == | == Description == | ||
− | + | Creates a new EService resource record, based on the resource data passed in. Also note that each resource must have a unique name on the EService server. | |
== Parameters == | == Parameters == | ||
Line 16: | Line 15: | ||
|The admin username and password. | |The admin username and password. | ||
|---- bgcolor=#EDEDFF | |---- bgcolor=#EDEDFF | ||
− | |[[ | + | |[[ResourceBean]] |
− | | | + | |resource |
− | | | + | |The resource details from which the new resource record will be created on the server. |
|} | |} | ||
== Return Value == | == Return Value == | ||
− | [[ | + | [[CreateResourceResult]] |
Latest revision as of 05:09, 10 June 2005
Contents |
[edit] Method
CreateResourceResult createResource(UserIDBean userID, ResourceBean resource)
[edit] Description
Creates a new EService resource record, based on the resource data passed in. Also note that each resource must have a unique name on the EService 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. |