ICategoryNodeAddPage Method
|
Associates a new page with this CategoryNode.
Namespace: Ingeniux.CMSAssembly: Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.6.492
Syntaxvoid AddPage(
IPage page
)
Sub AddPage (
page As IPage
)
void AddPage(
IPage^ page
)
abstract AddPage :
page : IPage -> unit Parameters
- page IPage
- Page to associate with this CategoryNode
RemarksNothing 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