Home > Contents > Index >
Expanded TOC   |    Accordion TOC   |    Annotated TOC   |    Index

 

ICS.QueryEvents

Queries for a list of events matching the specified criteria.

Syntax

Parameters

sNamePattern
The name pattern. The pattern can contain one wildcard (%), or can be null to return all events.

sType
The event type. Valid values are:

bEnabled
Set this value to true for enabled events, false for disabled events, or null for both.

sList
The name of the IList. Use null for a system-generated name.

Description

The QueryEvents method queries for events matching the specified criteria and returns an IList of these events. The events can be queries using an event name pattern, an event type, or whether the event is enabled or disabled.

Returns

Returns an IList containing the event names.

 

  Home > Contents > Index >

FatWire JAVA Reference
Copyright 2005 by FatWire Software
All rights reserved.