Click or drag to resize
KenticoPageSelectorDialogControllerGetAliasPath Method
Returns a node alias path for given page GUID.

Namespace: Kentico.Components.Web.Mvc.Dialogs.Internal
Assembly: Kentico.Content.Web.Mvc (in Kentico.Content.Web.Mvc.dll) Version: 12.0.0
Syntax
C#
public ActionResult GetAliasPath(
	Guid pageGuid
)

Parameters

pageGuid
Type: SystemGuid
Page GUID.

Return Value

Type: ActionResult
See Also