DeleteN
The DeleteN
parameter specifies tasks to run when CFS is about to delete a document from IDOL Server. Tasks must be numbered starting from zero (0).
In the following example, Delete0
runs a Lua script when a document is about to be deleted.
For information about the tasks you can run, and information about how to set them up, refer to the Connector Framework Server Administration Guide.
Type: | String |
Default: | None |
Required: | No |
Configuration Section: | IndexTasks |
Example: | Delete0=Lua:onDelete.lua
|
See Also |