GetResource

From
(Difference between revisions)
Jump to: navigation, search
 
 
Line 1: Line 1:
******************Basic template for method description********************
 
 
== Method ==
 
== Method ==
Method
+
[[GetResourceResult]] getResource([[UserIDBean]] userID, String resourceName)
  
 
== Description ==
 
== 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
|[[Type]]
+
|String
|Name
+
|resourceName
 
|Description.
 
|Description.
 
|}
 
|}
  
 
== Return Value ==
 
== Return Value ==
[[ReturnValue]]
+
[[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.

[edit] Return Value

GetResourceResult

MediaWiki Appliance - Powered by TurnKey Linux