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

AfterSetInheritFromParent event

This event occurs after the Inherit from parent folder option in the Assign Roles dialog has been changed.

Syntax

Private Sub AMUIExtension_AfterSetInheritFromParent(
          ByVal CurrentObject As Object,
          ByVal InheritFromParent As Boolean)
Parameters
Name Description

CurrentObject

The enclosure for which assignments are changed  (AMFolder object or AMWorkPackage object)

InheritFromParent

The new option selected by the user

Remarks

After this event the option selected by the user will be visible in the Assign Roles dialog.

The change will not be effective until after the CloseAssignRoles event.

Copyright © 2000-2013 BlueCielo ECM Solutions