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

BrcEvent_BeforeWriteProperty event

Occurs when a value for a mapped property is about to be written to the briefcase.

Syntax

BrcEvent_BeforeWriteProperty(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 containing the name of the Meridian property to be written. This parameter is read-only.

Value

The value of the property. The event procedure can change this parameter. The changed value will then be written to the briefcase.

Remarks

Not available in the Meridian Web Client.

Related concepts

About the briefcase events