Click or drag to resize
CMSAbstractMenuPropertiesGetItemUrl Method
Returns URL to menu item, depend on site name.

Namespace: CMS.Controls
Assembly: CMS.Controls (in CMS.Controls.dll) Version: 8.2.23
Syntax
C#
public string GetItemUrl(
	string aliasPath,
	string urlPath,
	bool isLink
)

Parameters

aliasPath
Type: SystemString
Node alias path
urlPath
Type: SystemString
Document URL path
isLink
Type: SystemBoolean
True if the document is link (only alias path is used)

Return Value

Type: String
See Also