Click or drag to resize

ISchemaCommonRemoveDefaultCategory Method


Removes a default category.

Namespace: Ingeniux.CMS
Assembly: Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.6.492
Syntax
bool RemoveDefaultCategory(
	ICategoryNode category
)

Parameters

category  ICategoryNode
Default category to remove

Return Value

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