This event occurs before a document is added to a briefcase.
Syntax
Private Sub BeforeIncludeToBriefcase (
CurrentObject As Object,
BriefCase As IASBriefCase,
CheckOut As Boolean,
Abort As Boolean)
Name | Description |
---|---|
CurrentObject |
The document to be added to the briefcase. |
BriefCase |
The briefcase to which the document will be added. |
CheckOut |
True if the document will be checked out of the vault. |
Abort |
Set to True to abort adding the document. |