GetResource
From
(Difference between revisions)
Line 1: | Line 1: | ||
− | |||
== Method == | == Method == | ||
− | + | [[GetResourceResult]] getResource([[UserIDBean]] userID, String resourceName) | |
== Description == | == Description == | ||
− | + | Gets the details of a single resource, by searching for the resource name. | |
== Parameters == | == Parameters == | ||
Line 16: | Line 15: | ||
|The admin username and password. | |The admin username and password. | ||
|---- bgcolor=#EDEDFF | |---- bgcolor=#EDEDFF | ||
− | | | + | |String |
− | | | + | |resourceName |
|Description. | |Description. | ||
|} | |} | ||
== Return Value == | == Return Value == | ||
− | [[ | + | [[GetResourceResult]] |
Latest revision as of 04:40, 10 June 2005
Contents |
[edit] Method
GetResourceResult getResource(UserIDBean userID, String resourceName)
[edit] Description
Gets the details of a single resource, by searching for the resource name.
[edit] Parameters
Type | Name | Description |
---|---|---|
UserIDBean | userID | The admin username and password. |
String | resourceName | Description. |