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.6.492
Syntax
void UnassociatePage(
	IPage page
)

Parameters

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