Vorheriges Thema: GetResourceGroups

Nächstes Thema: Event Methods

GetResourceTypes

Description

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

Syntax

EntityListData GetResourceTypes (string searchText);

Parameters

Name

Type

Description

searchText

string

The text to search for.

Return Value

The resource types, 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.