Click or drag to resize

ICategoryNodeRemovePage Method


Removes association of this CategoryNode from a given page.

Namespace: Ingeniux.CMS
Assembly: Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.6.492
Syntax
bool RemovePage(
	IPage page
)

Parameters

page  IPage
Page from which to remove association

Return Value

Boolean
True if association exist, false otherwise.
See Also