|
|
|
|
|
BlueCielo Meridian Enterprise 2012 Developer's Guide | BlueCielo ECM Solutions |
This event ocurs after a property is read from a briefcase and before the property is saved in the vault.
Private Sub AfterReadPropertyFromBriefcase(
CurrentObject As Object,
BriefCase As IASBriefCase,
PropertyName As String,
Value,
Abort As Boolean)
| Name | Description |
|---|---|
|
CurrentObject |
The document for which the property was read. |
|
BriefCase |
The briefcase from which the property was read. |
|
PropertyName |
The property name that was read as defined in the briefcase template in Configurator. |
|
Value |
The value of the property that was read. The developer can modify this value. |
|
Abort |
Set to True to abort the event. |
|
Copyright © 2000-2012 BlueCielo ECM Solutions |