IPageAddCategories Method Ingeniux CMS Content Store API

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: 9.0.565.0 (9.0.565)
Syntax

void AddCategories(
	IEnumerable<ICategoryNode> cat
)

Parameters

cat
Type: System.Collections.GenericIEnumerableICategoryNode
Categories to associate with this page
See Also

Reference