ISchemaBasicRemoveDefaultCategory Method Ingeniux CMS Content Store API

Removes a default category.

Namespace: Ingeniux.CMS
Assembly: Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 9.0.565.0 (9.0.565)
Syntax

bool RemoveDefaultCategory(
	ICategoryNode category
)

Parameters

category
Type: Ingeniux.CMSICategoryNode
Default category to remove

Return Value

Type: Boolean
True if a category with a matching ID exists in the collection. Otherwise, returns false.
See Also

Reference