SmartAPI
Open Source .NET RQL library for RedDot CMS / OpenText WSM Management Server
|
Encapsulates keyword management for a category. More...
Public Member Functions | |
IKeyword | CreateOrGet (string keywordName) |
void | Delete (string keywordName) |
void | DeleteForcibly (string keywordName) |
Public Member Functions inherited from erminas.SmartAPI.CMS.Project.Keywords.ICategoryKeywords | |
IKeyword | CreateOrGet (string keywordName) |
void | Delete (string keywordName) |
void | DeleteForcibly (string keywordName) |
Properties | |
ICategory | Category [get, set] |
IProject | Project [get, set] |
ISession | Session [get] |
Properties inherited from erminas.SmartAPI.CMS.Project.Keywords.ICategoryKeywords | |
ICategory | Category [get] |
Properties inherited from erminas.SmartAPI.CMS.Project.IProjectObject | |
IProject | Project [get] |
Properties inherited from erminas.SmartAPI.CMS.ISessionObject | |
ISession | Session [get] |
Encapsulates keyword management for a category.
We don't subclass NameIndexedRDList, because renaming to existing names is allowed and could lead to duplicate keyword names.
Definition at line 40 of file ICategoryKeywords.cs.
IKeyword erminas.SmartAPI.CMS.Project.Keywords.CategoryKeywords.CreateOrGet | ( | string | keywordName | ) |
void erminas.SmartAPI.CMS.Project.Keywords.CategoryKeywords.Delete | ( | string | keywordName | ) |
void erminas.SmartAPI.CMS.Project.Keywords.CategoryKeywords.DeleteForcibly | ( | string | keywordName | ) |
|
getset |
Definition at line 49 of file ICategoryKeywords.cs.
|
getset |
Definition at line 93 of file ICategoryKeywords.cs.
|
get |
Definition at line 96 of file ICategoryKeywords.cs.