Vorheriges Thema: GetEventTypeDetails

Nächstes Thema: Exception Methods

IsEventTypeExists

Description

This method checks whether the specified event type exists.

Syntax

IsEventTypeExists (EventTypeName)

Parameters

Name

Type

Description

EventTypeName

string

The event type name.

Return Value

True if the event type exists, False if it does not.

Remarks

None.