PageInfoProviderGetPageInfoByDocumentAliasInfo Method |
Gets PageInfo by DocumentAliasInfo.
Namespace: CMS.DocumentEngineAssembly: CMS.DocumentEngine (in CMS.DocumentEngine.dll) Version: 8.2.23
Syntax public 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:
PageInfoSee Also