Argomento precedente: TimeSlotTemplate Methods

Argomento successivo: TimeZone Methods

GetTimeSlotTemplates

Description

This method gets a list of all time slot templates in the system for which the name matches the search string.

Syntax

EntityListData GetTimeSlotTemplates (string searchText);

Parameters

Name

Type

Description

searchText

string

The text to search for.

The search string is optional and may be left empty. If used, it may contain an asterisk as a wildcard for the search.

Return Value

The time slot templates, 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.