This event occurs before a document is imported from a briefcase.
Syntax
Private Sub BeforeImportFromBriefcase(
CurrentObject As Object,
BriefCase As IASBriefCase,
Action As Long,
Abort As Boolean)
| Name | Description |
|---|---|
|
CurrentObject |
Environment (if the document is does not yet exist in the vault) or vault Document object to be imported. |
|
BriefCase |
The briefcase from which the document will be imported. |
|
Action |
The import action chosen by the user to apply to the document. See AS_BRC_IMPORT_ACTION for possible values. |
|
Abort |
Set to True to abort the import. |