Returns the page info for the given Alias path or URL path. If NodeID is provided, pageinfo retrieval is faster.
Namespace: CMS.DocumentEngineAssembly: CMS.DocumentEngine (in CMS.DocumentEngine.dll) Version: 8.0.0.0 (8.0.5239.26125)
Parameters
- siteName
- Type: System String
Site name
- aliasPath
- Type: System String
Alias path
- cultureCode
- Type: System String
Culture code
- urlPath
- Type: System String
URL path
- nodeId
- Type: System Int32
Node ID of the page (when provided, retrieval from the database is faster, use to get parent document)
- combineWithDefaultCulture
- Type: System Boolean
Combine with default culture?
Return Value
Type: PageInfoSee Also