Parses the provided URL and returns a PageInfo object describing the required page.
Namespace: CMS.DocumentEngineAssembly: CMS.DocumentEngine (in CMS.DocumentEngine.dll) Version: 8.0.0.0 (8.0.5239.26125)
Parameters
- url
- Type: System String
Full url of the request, including domain name, application, path and extension
- cultureCode
- Type: System String
Current document culture code
- defaultAliasPath
- Type: System String
Default alias path to use in case of default page, if null the path is taken from the system configuration
- combineWithDefaultCulture
- Type: System Boolean
Combine with default culture?
- isDocumentPage
- Type: System Boolean
Is document page
- siteName
- Type: System String
Site name
Return Value
Type: PageInfoReturns null if no such page exists.
See Also