Vorheriges Thema: GetResources

Nächstes Thema: GetResourceTypes

GetResourceGroups

Description

This method gets all resource groups in the system that match the search string.

Syntax

EntityListData GetResourceGroups (string searchText);

Parameters

Name

Type

Description

searchText

string

The text to search for.

Return Value

The resource groups, as type EntityListData.

Remarks

An EntityListData object is returned as a collection of EntityListItemData items, which contains both the name and ID of every object.