|
|
|
BlueCielo TeamWork 2012 VBScript API Reference | BlueCielo ECM Solutions |
Occurs before each document in the current batch is added to the briefcase.
BrcEvent_BeforeInclude(Batch, Briefcase, CheckOut)
Name | Description |
---|---|
Batch |
An object that represents the batch of documents the user has selected. |
Briefcase |
An object that represents the briefcase file. |
CheckOut |
True when the user has selected to check the document out to the briefcase. Read-only. |
The value of CheckOut can be changed in this event procedure. If it is set to False, the document will only be included in the briefcase (even if the user has selected to check it out). If it is set to True, the document will be checked out to the briefcase.
Related concepts
Copyright © 2000-2012 BlueCielo ECM Solutions |