ISchemaBasicAddAllowedRootCategory Method Ingeniux CMS Content Store API

Adds a new root category to 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

void AddAllowedRootCategory(
	ICategoryNode category
)

Parameters

category
Type: Ingeniux.CMSICategoryNode
New category to add as an allowed root
Remarks

If the category already exists in collection, nothing happens.
See Also

Reference