PageRoutingHelperGetPageUrlPath Method |
Namespace: CMS.DocumentEngine.RoutingAssembly: CMS.DocumentEngine (in CMS.DocumentEngine.dll) Version: 13.0.131
Syntax 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:
PageUrlPathSee Also