ISchemaCommonAddDefaultCategory Method
|
Namespace: Ingeniux.CMSAssembly: Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.6.492
Syntaxvoid AddDefaultCategory(
ICategoryNode category
)
Sub AddDefaultCategory (
category As ICategoryNode
)
void AddDefaultCategory(
ICategoryNode^ category
)
abstract AddDefaultCategory :
category : ICategoryNode -> unit Parameters
- category ICategoryNode
- New category to add as default category
RemarksIf the
CategoryNode already exists in the collection, nothing happens.
See Also