IPCRParentPageGetParentAccess Method
|
Namespace:
Ingeniux.CMS
Assembly:
Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.6.308
Syntax bool GetParentAccess(
IPageCreationRule rule
)
Function GetParentAccess (
rule As IPageCreationRule
) As Boolean
bool GetParentAccess(
IPageCreationRule^ rule
)
abstract GetParentAccess :
rule : IPageCreationRule -> bool
Parameters
- rule
- Type: Ingeniux.CMSIPageCreationRule
IPageCreationRule to compare users/groups against ParentPageID security groups
Return Value
Type:
BooleanReturns true if the
rule contains a user or group that also has
FULL_ACCESS to the parent page with
ParentPageIDSee Also