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