Ektron.Cms.Framework.Settings.TaskCategoryManager
Task Category Manager Class
Properties
| ApiMode |
Gets or sets the current API access mode. If set to Admin, the API runs with the permissions of an administrator.
|
| ContentLanguage |
Gets or sets the current content language.
|
| InPreviewMode |
Gets or sets the current Preview Mode. Returns true if the site is in site preview mode.
|
| RequestInformation |
Gets the current Request Information.
|
| SitePath |
Gets the site path.
|
| TaskCategoryManagerService |
returns an instance of the business objects task manager service.
|
| UserId |
Gets or sets the currently logged in user ID.
|
| Method |
Description |
| TaskCategoryManager |
constructor
|
| TaskCategoryManager(ApiAccessMode) |
constructor
|
| Add(TaskCategoryData) |
Adds a new task category based on information in an TaskCategoryData object.
message.Id will be populated with the newly created ID.
|
| Update(TaskCategoryData) |
Updates an existing task category in the CMS.
|
| Delete(Int64) |
Deletes a task category in the CMS.
|
| GetItem(Int64) |
Retrieves a single TaskCategoryData object from the CMS.
|
| GetList(TaskCategoryCriteria) |
Retrieves a list of TaskCategoryData objects based upon the supplied criteria.
|