IPageCreationRulesManagerRemovePageCreationRule Method
|
Namespace: Ingeniux.CMSAssembly: Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.6.492
Syntaxbool RemovePageCreationRule(
IPageCreationRule rule
)
Function RemovePageCreationRule (
rule As IPageCreationRule
) As Boolean
bool RemovePageCreationRule(
IPageCreationRule^ rule
)
abstract RemovePageCreationRule :
rule : IPageCreationRule -> bool Parameters
- rule IPageCreationRule
- Page creation rule to be removed
Return Value
BooleanTrue if the
Page Creation Rule is not null and exists in the collection. Otherwise, this method returns false.
See Also