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