IPageIsValidRuleTarget Method Ingeniux CMS Content Store API

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: 9.0.565.0 (9.0.565)
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

Reference