BlueCielo Meridian Enterprise 2013 Developer's Guide | BlueCielo ECM Solutions

AfterReadPropertyFromBriefcase event

This event ocurs after a property is read from a briefcase and before the property is saved in the vault.

Syntax

Private Sub AfterReadPropertyFromBriefcase(
          CurrentObject As Object,
          BriefCase As IASBriefCase,
          PropertyName As String,
          Value,
          Abort As Boolean)
Parameters
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-2013 BlueCielo ECM Solutions