Argomento precedente: Event Methods

Argomento successivo: Contract Interface

GetEventTypes

Description

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

Syntax

EntityListData GetEventTypes (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.