IPageCreationRuleGetParentAccess Method
|
Returns whether the
page contains a user or group that has
FULL_ACCESS to a parent page/>
Namespace: Ingeniux.CMSAssembly: Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.6.492
Syntaxbool GetParentAccess(
IPage page
)
Function GetParentAccess (
page As IPage
) As Boolean
bool GetParentAccess(
IPage^ page
)
abstract GetParentAccess :
page : IPage -> bool Parameters
- page IPage
- IPage to compare allowed users/groups against parent pages
Return Value
BooleanReturns true if the
page contains an allowed user or group that is also allowed on the current
See Also