ISchemaBasicDefaultCategories Method Ingeniux CMS Content Store API

Retrieves the default categories collection for pages created with this schema. When page is created, these categories are automaticaly applied to the page.

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

IEnumerable<ICategoryNode> DefaultCategories()

Return Value

Type: IEnumerableICategoryNode
Collection of default categories
See Also

Reference