Click or drag to resize

ICategoryNodeAddPage Method


Associates a new page with this CategoryNode.

Namespace:  Ingeniux.CMS
Assembly:  Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.5.94
Syntax
void AddPage(
	IPage page
)

Parameters

page
Type: Ingeniux.CMSIPage
Page to associate with this CategoryNode
Remarks
Nothing happens if the page was already associated with this CategoryNode. As with all transactional APIs, you must close the session before the category is created, saved, and usable.
See Also