Click or drag to resize

ICategoryNodeAddPages Method


Associates a collection of new pages with this CategoryNode.

Namespace: Ingeniux.CMS
Assembly: Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.6.492
Syntax
void AddPages(
	IEnumerable<IPage> pages
)

Parameters

pages  IEnumerableIPage
Pages to associate with this CategoryNode
Remarks
Any already-associated pages are ignored.
See Also