|
CInbox (Common-Inbox)
0.1
Common functionality for ingesting files for archiving.
|
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. | |
| 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.
1.7.6.1