Click or drag to resize
PageInfoProviderGetParentPageInfo Method

Note: This API is now obsolete.

Returns page info of the parent page.

Namespace: CMS.DocumentEngine
Assembly: CMS.DocumentEngine (in CMS.DocumentEngine.dll) Version: 8.2.23
Syntax
C#
[ObsoleteAttribute("This method is obsolete use HierarchyPageInfo class to access the parent info.")]
public static PageInfo GetParentPageInfo(
	PageInfo currentPage
)

Parameters

currentPage
Type: CMS.DocumentEnginePageInfo
Current page info

Return Value

Type: PageInfo
Returns null if no parent object exists.
See Also