ISchemaBasicRemoveAllowedRootCategory Method Ingeniux CMS Content Store API

Removes a category from the the allowed root categories collection.

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

bool RemoveAllowedRootCategory(
	ICategoryNode category
)

Parameters

category
Type: Ingeniux.CMSICategoryNode
The allowed root category to remove

Return Value

Type: Boolean
True if the category exists in collection, false otherwise.
See Also

Reference