MagicCMS Documentation

RouteUtils..::..ComposePath Method

Composes the path.

Namespace:  MagicCMS.Routing
Assembly:  MagicCMS.4.5 (in MagicCMS.4.5.dll)

Syntax


public static string ComposePath(
	string title,
	string parentName,
	string granParentName
)

Parameters

title
Type: String
The title.
parentName
Type: String
Name of the parent.
granParentName
Type: String
Name of the gran parent.

Return Value

System.String.