ICategoryNodeAddPages Method Ingeniux CMS Content Store API

Associates a collection of new pages with this CategoryNode.

Namespace: Ingeniux.CMS
Assembly: Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 9.0.565.0 (9.0.565)
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

Reference