PageInfoProviderGetParentSecurePageInfo Method |
Returns secured info of the parent page.
Namespace: CMS.DocumentEngineAssembly: CMS.DocumentEngine (in CMS.DocumentEngine.dll) Version: 9.0.0
Syntax public static bool GetParentSecurePageInfo(
PageInfo currentPage
)
Parameters
- currentPage
- Type: CMS.DocumentEnginePageInfo
Current page info
Return Value
Type:
BooleanReturns false if no parent object exists with not null secured info.
See Also