NavigationGetMenuXmlURL Method

Returns the URL pointing to the XML data for a menu part.

Namespace: BBNCExtensions.API.Navigation
Assemblies:  BBNCExtensions (in BBNCExtensions.dll) Version: 6.10.0.0
  BBNCExtensions (in BBNCExtensions.dll) Version: 6.10.0.0
Syntax
public abstract string GetMenuXmlURL(
	int MenuId,
	bool Refresh = false
)

Parameters

MenuId
Type: SystemInt32
The ID of the menu.
Refresh (Optional)
Type: SystemBoolean
If true, rebuilds the menu dataset to pick up any hierarchy changes.

Return Value

Type: String
A valid URL for requesting menu XML data.