|
|
|
BlueCielo Meridian Enterprise 2013 Developer's Guide | BlueCielo ECM Solutions |
This event occurs immediately after a document has been released from a work area.
Syntax
Private Sub AMUIExtension_AfterReleaseDocument(
ByVal WP As AMEDM.IAMWorkPackage,
ByVal Document As AMDocument,
ByVal ReAssign As Boolean)
Name | Description |
---|---|
WP |
The work area containing the document that has been released. |
Document |
The document that has been released. |
ReAssign |
This argument is True if the user selected to reassign the document after releasing it. See Remarks. |
Remarks
If ReAssign is True, the server will implicitly reassign the document to the work area. There will be no separate event for assigning the document.
See About events that occur for both documents and work areas.
Copyright © 2000-2013 BlueCielo ECM Solutions |