You are here: Understanding the Meridian event procedures > About the briefcase events > BrcEvent_AfterReadProperty event

BrcEvent_AfterReadProperty event

Occurs when a value for a mapped property has been read from the briefcase and is about to be written to the vault.

Syntax

BrcEvent_AfterReadProperty(Batch, Briefcase, PropertyName, Value)
Parameters
Name Description

Batch

An object that represents the batch of documents the user has selected.

Briefcase

An object that represents the briefcase file.

PropertyName

A string that contains the name of the Meridian property being written. Read-only.

Value

The value of the property being written. This value can be changed in the event procedure. The changed value is then written to the vault.

Remarks

Not available in the Meridian Web Client.

Related concepts

About the briefcase events