DeleteResource

From
(Difference between revisions)
Jump to: navigation, search
 
 
Line 1: Line 1:
******************Basic template for method description********************
 
 
== Method ==
 
== Method ==
Method
+
[[DeleteResourceResult]] deleteResource([[UserIDBean]] userID, String resourceName)
  
 
== Description ==
 
== Description ==
Description
+
Marks the specified resource as deleted, and will no longer be downloaded or used by field workers.
  
 
== 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.
+
|The name of the resource to marked as deleted.
 
|}
 
|}
  
 
== Return Value ==
 
== Return Value ==
[[ReturnValue]]
+
[[DeleteResourceResult]]

Latest revision as of 04:49, 10 June 2005

Contents

[edit] Method

DeleteResourceResult deleteResource(UserIDBean userID, String resourceName)

[edit] Description

Marks the specified resource as deleted, and will no longer be downloaded or used by field workers.

[edit] Parameters

Type Name Description
UserIDBean userID The admin username and password.
String resourceName The name of the resource to marked as deleted.

[edit] Return Value

DeleteResourceResult

Personal tools
MediaWiki Appliance - Powered by TurnKey Linux