ConsilioCatalog::AddCustomContentSource (open)
Add a new custom content source to a index
Syntax
LOADLIB "mod::consilio/lib/catalogs.whlib";
OBJECT FUNCTION AddCustomContentSource(STRING tag, STRING contentsourceobject, RECORD options)Parameters
STRING tagTag of the new content source
STRING contentsourceobjectLibrary and name of object that handles indexing (lib#name)
RECORD optionsOptions
contentcheckintervalInterval between rechecks (defaults to -1, no recheck)
definedbyUse to describe who added this custom content source was added
folderAssociated folder
titleTitle for the content source
Return value
OBJECT