ISchemaCommonAddAllowedRootCategory Method
|
Adds a new root
category to the allowed root categories collection.
Namespace: Ingeniux.CMSAssembly: Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.6.492
Syntaxvoid AddAllowedRootCategory(
ICategoryNode category
)
Sub AddAllowedRootCategory (
category As ICategoryNode
)
void AddAllowedRootCategory(
ICategoryNode^ category
)
abstract AddAllowedRootCategory :
category : ICategoryNode -> unit Parameters
- category ICategoryNode
- New category to add as an allowed root
RemarksIf the
category already exists in collection, nothing happens.
See Also