MagicCMS Documentation

RouteUtils..::..GetVirtualPath Method (Int32, array<Int32>[]()[][])

Gets the routing path for a [MagicCms.Core.Magicpost]. Add automatically a parent name

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

Syntax


public static string GetVirtualPath(
	int postPk,
	int[] parentTypes
)

Parameters

postPk
Type: Int32
The post pk.
parentTypes
Type: array<Int32>[]()[][]
Array of post types with which filter parents. If empty non filter is applied.

Return Value

If application is multilanguage "/lang/parent-name/routing-title/" otherwise "/parent-name/routing-title/"