| 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: 10.0.0
 Syntax
Syntaxpublic 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: 
String See Also
See Also