> ## 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.PreviewFaqEntry

# <a id="SuperOffice_WebApi_Data_PreviewFaqEntry" /> Class PreviewFaqEntry

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

Carrier object for PreviewFaqEntry.
A faq entry with information suitable for preview.

```csharp theme={null}
public class PreviewFaqEntry : Carrier
```

#### Inheritance

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

#### Inherited Members

[Carrier.TableRight](SuperOffice.WebApi.Data.Carrier.md#SuperOffice_WebApi_Data_Carrier_TableRight),
[Carrier.FieldProperties](SuperOffice.WebApi.Data.Carrier.md#SuperOffice_WebApi_Data_Carrier_FieldProperties),
[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_PreviewFaqEntry__ctor" /> PreviewFaqEntry()

Default constructor - defaults any enum props to 0.

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

## Properties

### <a id="SuperOffice_WebApi_Data_PreviewFaqEntry_AccessLevel" /> AccessLevel

The access level for this entry (enum).
NULL if unknown enum value.

```csharp theme={null}
[JsonIgnore]
public KbAccessLevel? AccessLevel { get; set; }
```

#### Property Value

[KbAccessLevel](SuperOffice.WebApi.Data.KbAccessLevel.md)?

#### See Also

[PreviewFaqEntry](SuperOffice.WebApi.Data.PreviewFaqEntry.md).[AccessLevel\_String](SuperOffice.WebApi.Data.PreviewFaqEntry.md#SuperOffice_WebApi_Data_PreviewFaqEntry_AccessLevel_String)

### <a id="SuperOffice_WebApi_Data_PreviewFaqEntry_AccessLevel_String" /> AccessLevel\_String

The access level for this entry (enum).
Raw string enum value.

```csharp theme={null}
[JsonProperty("AccessLevel")]
public string AccessLevel_String { get; set; }
```

#### Property Value

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

#### See Also

[PreviewFaqEntry](SuperOffice.WebApi.Data.PreviewFaqEntry.md).[AccessLevel](SuperOffice.WebApi.Data.PreviewFaqEntry.md#SuperOffice_WebApi_Data_PreviewFaqEntry_AccessLevel)

### <a id="SuperOffice_WebApi_Data_PreviewFaqEntry_Answer" /> Answer

The answer for this entry.

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

#### Property Value

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

### <a id="SuperOffice_WebApi_Data_PreviewFaqEntry_Question" /> Question

The question for this entry.

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

#### Property Value

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

### <a id="SuperOffice_WebApi_Data_PreviewFaqEntry_RegisteredByFullName" /> RegisteredByFullName

Full name of associate that created this faq entry

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

#### Property Value

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

### <a id="SuperOffice_WebApi_Data_PreviewFaqEntry_Title" /> Title

The title of this entry.

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

#### Property Value

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

### <a id="SuperOffice_WebApi_Data_PreviewFaqEntry_Updated" /> Updated

Date/time this faq entry was last updated.

```csharp theme={null}
public virtual DateTime Updated { get; set; }
```

#### Property Value

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

## See Also

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


## Related topics

- [SuperOffice.WebApi.Agents.ICustomerServiceAgent](/en/api/reference/webapi/SuperOffice.WebApi.Agents.ICustomerServiceAgent.md)
- [SuperOffice.WebApi.Agents.CustomerServiceAgent](/en/api/reference/webapi/SuperOffice.WebApi.Agents.CustomerServiceAgent.md)
- [SuperOffice.WebApi.Data.CustomerService GetPreviewFaqEntryRequest](/en/api/reference/webapi/SuperOffice.WebApi.Data.CustomerService_GetPreviewFaqEntryRequest.md)
- [WebAPI changes in SuperOffice 12.1](/release-notes/12/api/changes-webapi-12.1.1412.md)
- [SuperOffice.WebApi.Data.FunctionRightStrings](/en/api/reference/webapi/SuperOffice.WebApi.Data.FunctionRightStrings.md)
- [SuperOffice.WebApi.Data.RagType](/en/api/reference/webapi/SuperOffice.WebApi.Data.RagType.md)
