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.5.94
Syntax
void AddPages(
	IEnumerable<IPage> pages
)

Parameters

pages
Type: System.Collections.GenericIEnumerableIPage
Pages to associate with this CategoryNode
Remarks
Any already-associated pages are ignored.
See Also