| PageInfoProviderGetParentCachePageInfo Method  | 
            Returns cache info of the parent page.
            
 
Namespace: CMS.DocumentEngineAssembly: CMS.DocumentEngine (in CMS.DocumentEngine.dll) Version: 8.2.23
Syntaxpublic static int GetParentCachePageInfo(
	PageInfo currentPage
)
Parameters
- currentPage
 - Type: CMS.DocumentEnginePageInfo
Current page info 
Return Value
Type: 
Int32Returns false if no parent object exists with not null cache info.
See Also