Click or drag to resize

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
)

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
Triggers the event OnGetMenuItemOfClientByGroup
See Also