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

BeforeReplace event

This event occurs when the user selects to replace a document.

Syntax

Private Sub AMUIExtension_BeforeReplace(
          ByVal CurrentObject As Object,
          ByVal TargetFolder As AMEDM.IAMFolder,
          Abort As Boolean)
Parameters
Name Description

CurrentObject

The document that is being replaced (AMDocument object).

TargetFolder

The folder where the new document will be stored.

Abort

Setting this argument to True will abort the operation. The AfterReplace event will not occur.

Remarks

The equivalent VBScript event is the Replace script event. See the BlueCielo Meridian Enterprise VBScript API Reference for more information.

Copyright © 2000-2013 BlueCielo ECM Solutions