|
void | Commit () |
| Use after setting Name to rename category on the server.
|
|
new void | Delete () |
| Delete the category. The operation will fail, if a keyword is still assigned to a page
|
|
void | DeleteForcibly () |
| Delete the category, even if its keywords are 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 newCategoryName) |
| Renames the category directly on the server. Thus it is the same as:
|
|
void | EnsureInitialization () |
|
void | Refresh () |
|
void | Delete () |
|
Definition at line 24 of file ICategory.cs.
void erminas.SmartAPI.CMS.Project.Keywords.ICategory.Commit |
( |
| ) |
|
Use after setting Name to rename category on the server.
new void erminas.SmartAPI.CMS.Project.Keywords.ICategory.Delete |
( |
| ) |
|
Delete the category. The operation will fail, if a keyword is still assigned to a page
- Exceptions
-
SmartAPIException | Thrown, if the category couldn't be deleted |
void erminas.SmartAPI.CMS.Project.Keywords.ICategory.DeleteForcibly |
( |
| ) |
|
Delete the category, even if its keywords are 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 category could not be deleted |
void erminas.SmartAPI.CMS.Project.Keywords.ICategory.Rename |
( |
string |
newCategoryName | ) |
|
Renames the category directly on the server. Thus it is the same as:
string newCategoryName = ...;
category.Name = newCategoryName;
category.Commit();
ILanguageVariant erminas.SmartAPI.CMS.Project.Keywords.ICategory.LanguageVariant |
|
get |
The current language variant.
Definition at line 49 of file ICategory.cs.
The documentation for this interface was generated from the following file: