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.308
Syntax
bool GetParentAccess(
	IPageCreationRule rule
)

Parameters

rule
Type: Ingeniux.CMSIPageCreationRule
IPageCreationRule to compare users/groups against ParentPageID security groups

Return Value

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