Click or drag to resize

IPageIsValidRuleTarget Method


Checks whether, with the given Page Creation Rule, pages can be created as children of this page.

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

Parameters

rule  IPageCreationRule
The page creation rule to check against

Return Value

Boolean
True if the page creation rule can be used to create pages under this page, false otherwise.
See Also