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.3.169
Syntax bool RemoveCategory(
ICategoryNode cat
)
Function RemoveCategory (
cat As ICategoryNode
) As Boolean
bool RemoveCategory(
ICategoryNode^ cat
)
abstract RemoveCategory :
cat : ICategoryNode -> bool
Parameters
- cat
- Type: Ingeniux.CMSICategoryNode
Category to remove
Return Value
Type:
BooleanTrue 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