PageInfoProviderGetParentCachePageInfo Method |
Returns cache info of the parent page.
Namespace: CMS.DocumentEngineAssembly: CMS.DocumentEngine (in CMS.DocumentEngine.dll) Version: 10.0.0
Syntax public 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