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.5.94
Syntax
bool RemovePage(
	IPage page
)

Parameters

page
Type: Ingeniux.CMSIPage
Page from which to remove association

Return Value

Type: Boolean
True if association exist, false otherwise.
See Also