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

BeforeMove event

This event occurs when the user selects to move a document to another folder.

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

CurrentObject

The document (AMDocument object).

TargetFolder

The folder to which the document will be moved.

Abort

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

Remarks

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

Copyright © 2000-2012 BlueCielo ECM Solutions