ICategoryNodeAddPage Method Ingeniux CMS Content Store API

Associates a new page 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 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.
See Also

Reference