Click or drag to resize
PageInfoProviderGetParentSecurePageInfo Method
Returns secured info of the parent page.

Namespace: CMS.DocumentEngine
Assembly: CMS.DocumentEngine (in CMS.DocumentEngine.dll) Version: 12.0.0
Syntax
C#
public static bool GetParentSecurePageInfo(
	PageInfo currentPage
)

Parameters

currentPage
Type: CMS.DocumentEnginePageInfo
Current page info

Return Value

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