GetResourceGroups
From
(Difference between revisions)
Line 1: | Line 1: | ||
− | |||
== Method == | == Method == | ||
− | + | [[GetResourceGroupsResult]] getResourceGroups([[UserIDBean]] userID) | |
== Description == | == Description == | ||
− | + | Get a list of all the resource group names of all resource groups for this organisation on the EService server. | |
== Parameters == | == Parameters == | ||
Line 15: | Line 14: | ||
|userID | |userID | ||
|The admin username and password. | |The admin username and password. | ||
− | |||
− | |||
− | |||
− | |||
|} | |} | ||
== Return Value == | == Return Value == | ||
− | [[ | + | [[GetResourceGroupsResult]] |
Latest revision as of 05:26, 10 June 2005
Contents |
[edit] Method
GetResourceGroupsResult getResourceGroups(UserIDBean userID)
[edit] Description
Get a list of all the resource group names of all resource groups for this organisation on the EService server.
[edit] Parameters
Type | Name | Description |
---|---|---|
UserIDBean | userID | The admin username and password. |