ICategoryNodeRemovePage Method Ingeniux CMS Content Store API

Removes association of this CategoryNode from a given page.

Namespace: Ingeniux.CMS
Assembly: Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 9.0.565.0 (9.0.565)
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

Reference