ISchemaCommonDefaultCategories Method
|
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: 10.3.169
Syntax IEnumerable<ICategoryNode> DefaultCategories()
Function DefaultCategories As IEnumerable(Of ICategoryNode)
IEnumerable<ICategoryNode^>^ DefaultCategories()
abstract DefaultCategories : unit -> IEnumerable<ICategoryNode>
Return Value
Type:
IEnumerableICategoryNodeCollection of default categories
See Also Reference
[!:Ingeniux.CMS.ISchemaBasic.DefaultCategoriesCount]
[!:Ingeniux.CMS.ISchemaBasic.AddDefaultCategory]
[!:Ingeniux.CMS.ISchemaBasic.RemoveDefaultCategory]
[!:Ingeniux.CMS.ISchemaBasic.ClearDefaultCategories]