Click or drag to resize

ISchemaCommonAddDefaultCategory Method


Adds a new default category.

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

Parameters

category  ICategoryNode
New category to add as default category
Remarks
If the CategoryNode already exists in the collection, nothing happens.
See Also