ISchemaCommonRemoveAllowedRootCategory Method
|
Removes a
category from the the allowed root categories collection.
Namespace: Ingeniux.CMSAssembly: Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.6.492
Syntaxbool RemoveAllowedRootCategory(
ICategoryNode category
)
Function RemoveAllowedRootCategory (
category As ICategoryNode
) As Boolean
bool RemoveAllowedRootCategory(
ICategoryNode^ category
)
abstract RemoveAllowedRootCategory :
category : ICategoryNode -> bool Parameters
- category ICategoryNode
- The allowed root category to remove
Return Value
BooleanTrue if the
category exists in collection, false otherwise.
See Also