Click or drag to resize
PageInfoProviderGetPageInfoByDocumentAliasInfo Method
Gets PageInfo by DocumentAliasInfo.

Namespace: CMS.DocumentEngine
Assembly: CMS.DocumentEngine (in CMS.DocumentEngine.dll) Version: 8.2.23
Syntax
C#
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: PageInfo
See Also