Click or drag to resize

IContentItemAddCategories Method


Adds Categories association to this Page. Which also means, categorized this page with given categories.

Namespace: Ingeniux.CMS
Assembly: Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.6.492
Syntax
void AddCategories(
	IEnumerable<ICategoryNode> categories
)

Parameters

categories  IEnumerableICategoryNode
Categories to associate with this page
See Also