PageInfoProvider GetDataForPageInfoForUrl Method Kentico 8.1 API Reference
Parses the provided URL and returns a PageInfo object describing the required page.

Namespace: CMS.DocumentEngine
Assembly: CMS.DocumentEngine (in CMS.DocumentEngine.dll) Version: 8.0.0.0 (8.1.5347.20411)

Parameters

siteName
Type: OnlineSystem String
Site name
url
Type: OnlineSystem String
Full url of the request, including domain name, application, path and extension
cultureCode
Type: OnlineSystem String
Current document culture code
defaultAliasPath
Type: OnlineSystem String
Default alias path to use in case of default page, if null the path is taken from the system configuration
combineWithDefaultCulture
Type: OnlineSystem Boolean
Combine with default culture?
isDocumentPage
Type: OnlineSystem Boolean
Is document page
pageResult
Type: CMS.DocumentEngine PageInfoResult 
Returns the contextual data for the given url

Return Value

Type: PageInfo
Returns null if no such page exists.
Exceptions

See Also