|
| void | Commit () |
| |
| void | Delete () |
| | Delete the keyword. The operation will fail, if it is still actively used in connecting pages to containers/lists.
|
| |
| void | DeleteForcibly () |
| | Delete the keyword, even if it is actively used in connecting pages to containers/lists. This requires the session to contain your login password (it does, if you created the session object with valid ServerLogin.AuthData).
|
| |
| void | Rename (string newKeywordName) |
| |
| void | EnsureInitialization () |
| |
| void | Refresh () |
| |
Definition at line 24 of file IKeyword.cs.
| void erminas.SmartAPI.CMS.Project.Keywords.IKeyword.Commit |
( |
| ) |
|
| void erminas.SmartAPI.CMS.Project.Keywords.IKeyword.Delete |
( |
| ) |
|
Delete the keyword. The operation will fail, if it is still actively used in connecting pages to containers/lists.
- Exceptions
-
| SmartAPIException | Thrown, if the keyword couldn't be deleted |
| void erminas.SmartAPI.CMS.Project.Keywords.IKeyword.DeleteForcibly |
( |
| ) |
|
Delete the keyword, even if it is actively used in connecting pages to containers/lists. This requires the session to contain your login password (it does, if you created the session object with valid ServerLogin.AuthData).
- Exceptions
-
| SmartAPIException | Thrown, if the keyword could not be deleted |
| void erminas.SmartAPI.CMS.Project.Keywords.IKeyword.Rename |
( |
string |
newKeywordName | ) |
|
| ICategory erminas.SmartAPI.CMS.Project.Keywords.IKeyword.Category |
|
get |
The documentation for this interface was generated from the following file: