ISchemaCommonRemoveAllowedRootCategory Method
|
Removes a
category from the the allowed root categories collection.
Namespace:
Ingeniux.CMS
Assembly:
Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.3.169
Syntax bool RemoveAllowedRootCategory(
ICategoryNode category
)
Function RemoveAllowedRootCategory (
category As ICategoryNode
) As Boolean
bool RemoveAllowedRootCategory(
ICategoryNode^ category
)
abstract RemoveAllowedRootCategory :
category : ICategoryNode -> bool
Parameters
- category
- Type: Ingeniux.CMSICategoryNode
The allowed root category to remove
Return Value
Type:
BooleanTrue if the
category exists in collection, false otherwise.
See Also Reference
[!:Ingeniux.CMS.ISchemaBasic.AllowedCategoryRoots]
[!:Ingeniux.CMS.ISchemaBasic.AllowedCategoryRootsCount]
[!:Ingeniux.CMS.ISchemaBasic.AddAllowedRootCategory]
[!:Ingeniux.CMS.ISchemaBasic.ClearAllowedCategoryRoots]