CInbox (Common-Inbox)  0.1
Common functionality for ingesting files for archiving.
Functions | Variables
Task modes

Functions

static CITask\isRecursive ()
static CITask\oncePerItem ()

Variables

const CITask\ONCE_PER_ITEM = false
 True: Run this task only once per item.
const CITask\IS_RECURSIVE = false
 Default (false): one task = one folder. True: The task performs actions on subfolders too.

Function Documentation

static CITask::isRecursive ( ) [static]

Returns 'true' if this task performs recursive actions or 'false' if it only applies actions to the current folder.

static CITask::oncePerItem ( ) [static]

Returns 'true' if this task is to be run only once per Item.

 All Classes Functions Variables