Click or drag to resize

IContentItemRemoveCategory Method


Removes the association between this page and the specified Category.

Namespace:  Ingeniux.CMS
Assembly:  Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.6.308
Syntax
bool RemoveCategory(
	ICategoryNode category
)

Parameters

category
Type: Ingeniux.CMSICategoryNode

[Missing <param name="category"/> documentation for "M:Ingeniux.CMS.IContentItem.RemoveCategory(Ingeniux.CMS.ICategoryNode)"]

Return Value

Type: Boolean
True if Category was associated with the Page before and successfully removed. Returns false if the category is null or wasn't associated with the page before.
See Also