Home > Contents > Index > 
Expanded TOC | Accordion TOC | Annotated TOC | Index 
ICS.DestroyEvent
Deletes an event.
Syntax
public boolean DestroyEvent(String name)Parameters
name- Name of event to delete.
 
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 deletes an event named
AppEvent:ics.ClearErrno(); ics.DestroyEvent("AppEvent"); ics.GetErrno();See Also
AppEvent , DisableEvent , EmailEvent , EnableEvent
Home > Contents > Index > ![]()
FatWire JAVA Reference
Copyright 2005,2006,2007 by FatWire Software
All rights reserved.