Click or drag to resize

ISchemaCommonAddAllowedRootCategory Method


Adds a new root category to the allowed root categories collection.

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

Parameters

category  ICategoryNode
New category to add as an allowed root
Remarks
If the category already exists in collection, nothing happens.
See Also