ClientModuleConfigGetMenuItemOfClientByGroup Method | |
Gives menu items of client by menu group name. If menu item be a App or a Module or a Option then check it's active.
Namespace:
SOWIApp.Administrator
Assembly:
SOWIApp.Administrator (in SOWIApp.Administrator.dll) Version: 19.1.23.1 (19.1.23.622)
Syntax public static ClientModuleConfig GetMenuItemOfClientByGroup(
int pClientID,
string pGroupName
)
Public Shared Function GetMenuItemOfClientByGroup (
pClientID As Integer,
pGroupName As String
) As ClientModuleConfig
Parameters
- pClientID
- Type: SystemInt32
Client ID - pGroupName
- Type: SystemString
Menu group name
Return Value
Type:
ClientModuleConfig[Missing <returns> documentation for "M:SOWIApp.Administrator.ClientModuleConfig.GetMenuItemOfClientByGroup(System.Int32,System.String)"]
Remarks See Also