Removes a Category Node from the content store. This also removes any associations this Category
has with any Pages.
Namespace: Ingeniux.CMS
Assembly: Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 9.0.565.0 (9.0.565)
Syntax
Parameters
- category
- Type: Ingeniux.CMSICategoryNode
The category to remove. If null, returns false.
Return Value
Type: BooleanTrue if category exists, false if it doesn't.
Exceptions
Exception | Condition |
---|---|
InvalidOperationException | When the operating user doesn't have the rights to Manage Taxonomy System or doesn't have full access to the category to be removed. |
Remarks
Category is permanently removed after this method is called.
Category removal occurs when session closes.
The operating user must have rights to Manage Taxonomy System and full access to the category to be removed.
See Also