ISchemaBasicAllowedCategoryRoots Method Ingeniux CMS Content Store API

Retrieves the collection of categories. Categories and their descendants in this collection are allowed to be associated with pages created with this schema.

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

IEnumerable<ICategoryNode> AllowedCategoryRoots()

Return Value

Type: IEnumerableICategoryNode
Collection of allowed root categories.
Remarks

When this property is empty, all categories are allowed to be associated with pages created with this schema.

Note that any categories, not just categories that are roots in the tree, must be added in this list.

See Also

Reference