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.3.169
Syntax bool IsValidRuleTarget(
IPageCreationRule rule
)
Function IsValidRuleTarget (
rule As IPageCreationRule
) As Boolean
bool IsValidRuleTarget(
IPageCreationRule^ rule
)
abstract IsValidRuleTarget :
rule : IPageCreationRule -> bool
Parameters
- rule
- Type: Ingeniux.CMSIPageCreationRule
The page creation rule to check against
Return Value
Type:
BooleanTrue if the page creation rule can be used to create pages under this page, false otherwise.
See Also