Home > Contents > Index > 
Expanded TOC | Accordion TOC | Annotated TOC | Index 
ICS.EnableEvent
Enables a disabled registered event.
Syntax
public boolean EnableEvent(String name)Parameters
name- Name of registered event
 
Description
The
EnableEventmethod enables a disabled registered event by name. An event is enabled automatically when it is created usingAppEventorEmailEvent.Returns
Boolean value indicating success or failure.
Errno
Use
GetErrno()to view the error.Possible value of
errno:
 Value Description -203 manage event error
Example
The following example enables a disabled event:
ics.ClearErrno(); ics.EnableEvent("AppEvent"); ics.GetErrno();See Also
AppEvent , DeployJSPFile , DisableEvent , EmailEvent
Home > Contents > Index > ![]()
FatWire JAVA Reference
Copyright 2005,2006,2007 by FatWire Software
All rights reserved.