Click or drag to resize

ITaxonomyManagerUnassociatePage Method


Clears all categorization from a Page .

Namespace:  Ingeniux.CMS
Assembly:  Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.5.94
Syntax
void UnassociatePage(
	IPage page
)

Parameters

page
Type: Ingeniux.CMSIPage
Page from which to clear all categorization.
Remarks
If the page parameter is null, nothing happens.
See Also