Click or drag to resize

ISchemaCommonRemoveAllowedRootCategory Method


Removes a category from the the allowed root categories collection.

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

Parameters

category  ICategoryNode
The allowed root category to remove

Return Value

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