| PageInfoProviderGetPageInfoByDocumentAliasInfo Method  | 
            Gets PageInfo by DocumentAliasInfo.
            
 
Namespace: CMS.DocumentEngineAssembly: CMS.DocumentEngine (in CMS.DocumentEngine.dll) Version: 8.2.23
Syntaxpublic static PageInfo GetPageInfoByDocumentAliasInfo(
	DataRow dr,
	string siteName,
	string cultureCode
)
Parameters
- dr
 - Type: System.DataDataRow
DataRow with document alias info and node info - siteName
 - Type: SystemString
Site name - cultureCode
 - Type: SystemString
Document culture 
Return Value
Type: 
PageInfo
See Also