UIElementInfoProviderGetApplicationNavigationString Method |
Returns navigation string that describes a route to the application given by UI element.
Namespace: CMS.ModulesAssembly: CMS.Modules (in CMS.Modules.dll) Version: 12.0.0
Syntax public static string GetApplicationNavigationString(
string moduleName,
string elementName,
string cultureCode = null
)
Parameters
- moduleName
- Type: SystemString
Module name - elementName
- Type: SystemString
Element name - cultureCode (Optional)
- Type: SystemString
Culture code
Return Value
Type:
StringSee Also