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

AfterRestoreVersion event

This event occurs immediately after restoring an earlier version of a document or other object.

Syntax
Private Sub AMUIExtension_AfterRestoreVersion(
          ByVal CurrentObject As Object,
          ByVal Version As Object)
Parameters
Name Description

CurrentObject

The document for which the revision has been restored

Version

A reference to the revision that was restored (IAMVersionable interface)

Remarks

The CurrentObject argument is an AMDocument object.

The Version object is a reference to the document revision in history. It is read-only.

See BeforeRestoreVersion event for the order of the events.

Copyright © 2000-2012 BlueCielo ECM Solutions