Skip to main content

Class KbCategory

Namespace: SuperOffice.WebApi.Data
Assembly: SuperOffice.WebApi.dll
Carrier object for KbCategory. Knowledge base category. Groups knowledge base articles into hierarchy.

Inheritance

objectKbCategory

Inherited Members

object.ToString(), object.Equals(object), object.Equals(object, object), object.ReferenceEquals(object, object), object.GetHashCode(), object.GetType(), object.MemberwiseClone()

Constructors

KbCategory()

Default constructor - defaults any enum props to 0.

Properties

Description

The description of this category.

Property Value

string

Fullname

The full name of this category, i.e. Foo/bar/test.

Property Value

string

KbCategoryId

The primary key (auto-incremented)

Property Value

int

Name

The name of this category.

Property Value

string

ParentId

This entry contains a reference to the parent category. NULL or -1 if this is a toplevel category.

Property Value

int

SortOrder

A strictly ascending number used for sorting categories when they are listed.

Property Value

int

See Also

CustomerServiceAgent