Click or drag to resize
PageInfoProviderGetParentCachePageInfo Method
Returns cache info of the parent page.

Namespace: CMS.DocumentEngine
Assembly: CMS.DocumentEngine (in CMS.DocumentEngine.dll) Version: 8.2.23
Syntax
C#
public static int GetParentCachePageInfo(
	PageInfo currentPage
)

Parameters

currentPage
Type: CMS.DocumentEnginePageInfo
Current page info

Return Value

Type: Int32
Returns false if no parent object exists with not null cache info.
See Also