Click or drag to resize
UIElementInfoProviderGetApplicationNavigationString Method
Returns navigation string that describes a route to the application given by UI element.

Namespace: CMS.Modules
Assembly: CMS.Modules (in CMS.Modules.dll) Version: 9.0.0
Syntax
C#
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: String
See Also