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