> ## Documentation Index
> Fetch the complete documentation index at: https://docs.superoffice.com/llms.txt
> Use this file to discover all available pages before exploring further.

# SuperOffice.WebApi.Data.KbCategory

# <a id="SuperOffice_WebApi_Data_KbCategory" /> Class KbCategory

Namespace: [SuperOffice.WebApi.Data](SuperOffice.WebApi.Data.md)\
Assembly: SuperOffice.WebApi.dll

Carrier object for KbCategory.
Knowledge base category. Groups knowledge base articles into hierarchy.

```csharp theme={null}
public class KbCategory
```

#### Inheritance

[object](https://learn.microsoft.com/dotnet/api/system.object) ←
[KbCategory](SuperOffice.WebApi.Data.KbCategory.md)

#### Inherited Members

[object.ToString()](https://learn.microsoft.com/dotnet/api/system.object.tostring),
[object.Equals(object)](https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals\(system-object\)),
[object.Equals(object, object)](https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals\(system-object-system-object\)),
[object.ReferenceEquals(object, object)](https://learn.microsoft.com/dotnet/api/system.object.referenceequals),
[object.GetHashCode()](https://learn.microsoft.com/dotnet/api/system.object.gethashcode),
[object.GetType()](https://learn.microsoft.com/dotnet/api/system.object.gettype),
[object.MemberwiseClone()](https://learn.microsoft.com/dotnet/api/system.object.memberwiseclone)

## Constructors

### <a id="SuperOffice_WebApi_Data_KbCategory__ctor" /> KbCategory()

Default constructor - defaults any enum props to 0.

```csharp theme={null}
public KbCategory()
```

## Properties

### <a id="SuperOffice_WebApi_Data_KbCategory_Description" /> Description

The description of this category.

```csharp theme={null}
public virtual string Description { get; set; }
```

#### Property Value

[string](https://learn.microsoft.com/dotnet/api/system.string)

### <a id="SuperOffice_WebApi_Data_KbCategory_Fullname" /> Fullname

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

```csharp theme={null}
public virtual string Fullname { get; set; }
```

#### Property Value

[string](https://learn.microsoft.com/dotnet/api/system.string)

### <a id="SuperOffice_WebApi_Data_KbCategory_KbCategoryId" /> KbCategoryId

The primary key (auto-incremented)

```csharp theme={null}
public virtual int KbCategoryId { get; set; }
```

#### Property Value

[int](https://learn.microsoft.com/dotnet/api/system.int32)

### <a id="SuperOffice_WebApi_Data_KbCategory_Name" /> Name

The name of this category.

```csharp theme={null}
public virtual string Name { get; set; }
```

#### Property Value

[string](https://learn.microsoft.com/dotnet/api/system.string)

### <a id="SuperOffice_WebApi_Data_KbCategory_ParentId" /> ParentId

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

```csharp theme={null}
public virtual int ParentId { get; set; }
```

#### Property Value

[int](https://learn.microsoft.com/dotnet/api/system.int32)

### <a id="SuperOffice_WebApi_Data_KbCategory_SortOrder" /> SortOrder

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

```csharp theme={null}
public virtual int SortOrder { get; set; }
```

#### Property Value

[int](https://learn.microsoft.com/dotnet/api/system.int32)

## See Also

[CustomerServiceAgent](SuperOffice.WebApi.Agents.CustomerServiceAgent.md)


## Related topics

- [SuperOffice.WebApi.Data.ChatWidgetSettings](/en/api/reference/webapi/SuperOffice.WebApi.Data.ChatWidgetSettings.md)
- [SuperOffice.WebApi.Data.KbAccessLevel](/en/api/reference/webapi/SuperOffice.WebApi.Data.KbAccessLevel.md)
- [SuperOffice.WebApi.Data.PreviewFaqEntry](/en/api/reference/webapi/SuperOffice.WebApi.Data.PreviewFaqEntry.md)
- [SuperOffice.WebApi.Data.CRMScriptTraceRun](/en/api/reference/webapi/SuperOffice.WebApi.Data.CRMScriptTraceRun.md)
- [SuperOffice.WebApi.Data.SystemTemplateSettings](/en/api/reference/webapi/SuperOffice.WebApi.Data.SystemTemplateSettings.md)
- [SuperOffice.WebApi.Agents.ICustomerServiceAgent](/en/api/reference/webapi/SuperOffice.WebApi.Agents.ICustomerServiceAgent.md)
