ICategoryNodeAddPage Method
|
Associates a new page with this CategoryNode.
Namespace:
Ingeniux.CMS
Assembly:
Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.3.169
Syntax void AddPage(
IPage page
)
Sub AddPage (
page As IPage
)
void AddPage(
IPage^ page
)
abstract AddPage :
page : IPage -> unit
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