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

AfterMove event

This event occurs when a document has been moved to another folder.

Syntax

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

CurrentObject

The document (AMDocument object).

TargetFolder

The folder to which the document was moved.

Remarks

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

Copyright © 2000-2013 BlueCielo ECM Solutions