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.CMSAssembly: Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.6.492
SyntaxIEnumerable<ICategoryNode> DefaultCategories()
Function DefaultCategories As IEnumerable(Of ICategoryNode)
IEnumerable<ICategoryNode^>^ DefaultCategories()
abstract DefaultCategories : unit -> IEnumerable<ICategoryNode>
Return Value
IEnumerableICategoryNodeCollection of default categories
See Also