Method AddGroup
AddGroup(IMenuService, string, string, string, int)
Adds a new menu group to the menu service.
public static IMenuGroupModel AddGroup(this IMenuService menuService, string groupName, string caption, string tabName, int sortOrder)
Parameters
menuServiceIMenuServiceThe menu service.
groupNamestringThe name of the group.
captionstringThe caption of the group.
tabNamestringThe name of the tab where the group will be added.
sortOrderintThe sort order of the group.
Returns
- IMenuGroupModel
 The newly added menu group.