• KnowledgeBaseItem

Contents

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

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.

In This Document