SoftadminApi.MenuItem_Name
Type:
Table-valued function
Returns the name of a menu item in the specified language.
Parameters
@MenuItemId
mandatory
int
@LanguageId
optional
int
Pass NULL to use the system's default language.
Resultsets
Resultset: Names
Contains a single row with the name of the menu item, or zero rows if no such menu item exists.
Table count:
repeated exactly once
Row count:
zero or one row
Columns
MenuItemName
mandatory
string
The name of the menu item.