SmartAPI
Open Source .NET RQL library for RedDot CMS / OpenText WSM Management Server
|
Encapsulates category management for a project. Allows enumeration, creation and deletion of categories from a project. More...
Public Member Functions | |
ICategory | CreateOrGet (string categoryName) |
void | Delete (string categoryName) |
Public Member Functions inherited from erminas.SmartAPI.CMS.Project.Keywords.ICategories | |
ICategory | CreateOrGet (string categoryName) |
void | Delete (string categoryName) |
Properties | |
IProject | Project [get] |
ISession | Session [get] |
Encapsulates category management for a project. Allows enumeration, creation and deletion of categories from a project.
We don't subclass NameIndexedRDList, because renaming to existing category names is allowed (albeit senseless) and could lead to duplicate category names
Definition at line 38 of file ICategories.cs.
ICategory erminas.SmartAPI.CMS.Project.Keywords.Categories.CreateOrGet | ( | string | categoryName | ) |
Definition at line 48 of file ICategories.cs.
void erminas.SmartAPI.CMS.Project.Keywords.Categories.Delete | ( | string | categoryName | ) |
|
get |
Definition at line 75 of file ICategories.cs.
|
get |
Definition at line 80 of file ICategories.cs.