|
|
|
BlueCielo Meridian Enterprise 2012 Developer's Guide | BlueCielo ECM Solutions |
This event occurs when the user selects to remove a role assignment from the Assign Roles dialog.
Private Sub AMUIExtension_BeforeRemoveUserRole(
ByVal CurrentObject As Object,
ByVal UserOrUsergroup As String,
ByVal UserRole As AmOm.IAMUserRole,
Abort As Boolean)
Name | Description |
---|---|
CurrentObject |
The enclosure for which assignments are changed (AMFolder objector AMWorkPackage object). |
UserOrUsergroup |
The user or group. |
UserRole |
The UserRole. |
Abort |
Setting this argument to True will abort the operation. The AfterRemoveUserRole event will not occur. |
The assignment will actually be deleted after the CloseAssignRoles event.
Copyright © 2000-2012 BlueCielo ECM Solutions |