| UpdateUserMenu Method | |
| See Also Example |
- pIUserMenuParams
Identification key (UserMenuParams) of the new menu definition.
- pIUserMenuItems
The new UserMenuItems data collection that defines the new menu.
Replace a User Menu definition (UserMenuItems), identified by it UserMenuParams with a new User menu definition (UserMenuItems).
| Visual Basic |
|---|
Public Sub UpdateUserMenu( _
   ByVal pIUserMenuParams As UserMenuParams, _
   ByVal pIUserMenuItems As UserMenuItems _
) |
- pIUserMenuParams
Identification key (UserMenuParams) of the new menu definition.
- pIUserMenuItems
The new UserMenuItems data collection that defines the new menu.
Update the user menu of user 2(doris) with the menu of user 1 (manager)
| UpdateUserMenu (Visual Basic) | Copy Code | |
|---|---|---|
| ||