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.
Error Numbers
Use
to view the error.
GetErrno
()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,2008 by FatWire Corporation
All rights reserved.