Vorheriges Thema: Resource Methods

Nächstes Thema: GetResourceGroups

GetResources

Description

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

Syntax

EntityListData GetResources (string searchText);

Parameters

Name

Type

Description

searchText

string

The text to search for.

Return Value

The resources, 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.