- KnowledgeBaseItem
KnowledgeBaseItem
Namespace: Middleware.Helpdesk
Assembly: Middleware
Represents a knowledgebase item that is part of a KnowledgeBaseGroup and used by IHelpdeskProvider within the HelpdeskPlugin module.Constructors
#ctor(Int64,String,Int32,String) | Constructor |
Properties
Id | Unique id of the knowledgebase item. |
Description | Description of the knowledgebase item. |
ViewCount | Number of times the knowledgebase item has been viewed. |
Content | Content for the knowledgebase item. |
Methods
IncreaseViewCount() | Increases the view count the item by one. |