Click or drag to resize

IPageCreationRulesManagerRemovePageCreationRule Method


Permenantly removes a Page Creation Rule from the collection.

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

Parameters

rule  IPageCreationRule
Page creation rule to be removed

Return Value

Boolean
True if the Page Creation Rule is not null and exists in the collection. Otherwise, this method returns false.
See Also