Click or drag to resize
PageRoutingHelperGetPageUrlPath Method
Gets the PageUrlPath from given data container.

Namespace: CMS.DocumentEngine.Routing
Assembly: CMS.DocumentEngine (in CMS.DocumentEngine.dll) Version: 13.0.131
Syntax
C#
public static PageUrlPath GetPageUrlPath(
	IDataContainer container,
	string cultureCode = null
)

Parameters

container
Type: CMS.BaseIDataContainer
Data container with partial page data.
cultureCode (Optional)
Type: SystemString
If specified, the path for a culture version defined by the culture code is returned instead the one in the data container.

Return Value

Type: PageUrlPath
See Also