Click or drag to resize
PageRoutingUIHelperGetSlugsListingPath Method
Gets the path for a page displaying list of page slugs.

Namespace: CMS.DocumentEngine.Web.UI
Assembly: CMS.DocumentEngine.Web.UI (in CMS.DocumentEngine.Web.UI.dll) Version: 13.0.131
Syntax
C#
public static string GetSlugsListingPath(
	int nodeId,
	string cultureCode
)

Parameters

nodeId
Type: SystemInt32
Node ID.
cultureCode
Type: SystemString
Culture code.

Return Value

Type: String
See Also