CMSAbstractMenuPropertiesGetItemUrl Method |
Returns URL to menu item, depend on site name.
Namespace: CMS.ControlsAssembly: CMS.Controls (in CMS.Controls.dll) Version: 8.2.23
Syntax 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:
StringSee Also