SoftadminApi.MenuGroup_Name

Type: Table-valued function

Returns the name of a menu group in the specified language.

Parameters

@MenuGroupId mandatory int
@LanguageId mandatory int
Pass NULL to use the system's default language.

Resultsets

Resultset: Names

Contains a single row with the name of the menu group, or zero rows if no such menu group exists.
Table count: repeated exactly once
Row count: zero or one row
Columns
MenuGroupName mandatory string
The name of the menu group.