IContentItemRemoveCategory Method
|
Removes the association between this page and the specified
Category.
Namespace: Ingeniux.CMSAssembly: Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.6.492
Syntaxbool RemoveCategory(
ICategoryNode category
)
Function RemoveCategory (
category As ICategoryNode
) As Boolean
bool RemoveCategory(
ICategoryNode^ category
)
abstract RemoveCategory :
category : ICategoryNode -> bool Parameters
- category ICategoryNode
- Category to remove
Return Value
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