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.5.94
Syntax
bool IsValidRuleTarget(
	IPageCreationRule rule
)

Parameters

rule
Type: Ingeniux.CMSIPageCreationRule
The page creation rule to check against

Return Value

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