Click or drag to resize

ICategoryNodeRemoveChildren Method


Permanently removes all descendants of this CategoryNode from the Taxonomy tree.

Namespace:  Ingeniux.CMS
Assembly:  Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.5.94
Syntax
bool RemoveChildren()

Return Value

Type: Boolean
True when successful
Remarks
Unlike the Remove method, this method doesn't remove the CategoryNode itself.
See Also