Click or drag to resize

IPCRParentPageGetParentAccess Method


Returns whether the rule contains a user or group that also has FULL_ACCESS to the parent page with ParentPageID

Namespace: Ingeniux.CMS
Assembly: Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.6.492
Syntax
bool GetParentAccess(
	IPageCreationRule rule
)

Parameters

rule  IPageCreationRule
IPageCreationRule to compare users/groups against ParentPageID security groups

Return Value

Boolean
Returns true if the rule contains a user or group that also has FULL_ACCESS to the parent page with ParentPageID
See Also