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

# <a id="SuperOffice_WebApi_Data_LiveUiSyncResult" /> Class LiveUiSyncResult

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

Carrier object for LiveUiSyncResult.
The combined answer of one live UI sync call: new UI events, plus the sync state of the tickets the client asked about.

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

#### Inheritance

[object](https://learn.microsoft.com/dotnet/api/system.object) ←
[LiveUiSyncResult](SuperOffice.WebApi.Data.LiveUiSyncResult.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_LiveUiSyncResult__ctor" /> LiveUiSyncResult()

Default constructor - defaults any enum props to 0.

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

## Properties

### <a id="SuperOffice_WebApi_Data_LiveUiSyncResult_Events" /> Events

New events since the given event id — the same content the PublishAndRetrieveUiEvents operation returns.

```csharp theme={null}
public virtual UiEvent[] Events { get; set; }
```

#### Property Value

[UiEvent](SuperOffice.WebApi.Data.UiEvent.md)\[]

### <a id="SuperOffice_WebApi_Data_LiveUiSyncResult_TicketStates" /> TicketStates

Sync state of each requested ticket the user is allowed to see. Requested tickets the user cannot see are omitted.

```csharp theme={null}
public virtual TicketStateInfo[] TicketStates { get; set; }
```

#### Property Value

[TicketStateInfo](SuperOffice.WebApi.Data.TicketStateInfo.md)\[]


## Related topics

- [SuperOffice.WebApi.Data.LiveUiConfig](/en/api/reference/webapi/SuperOffice.WebApi.Data.LiveUiConfig.md)
- [SuperOffice.WebApi.Data.ViewState GetLiveUiConfigRequest](/en/api/reference/webapi/SuperOffice.WebApi.Data.ViewState_GetLiveUiConfigRequest.md)
- [SuperOffice.WebApi.Agents.IViewStateAgent](/en/api/reference/webapi/SuperOffice.WebApi.Agents.IViewStateAgent.md)
- [SuperOffice.WebApi.Agents.ViewStateAgent](/en/api/reference/webapi/SuperOffice.WebApi.Agents.ViewStateAgent.md)
- [SuperOffice.WebApi.Data.ViewState PublishAndSyncUiEventsRequest](/en/api/reference/webapi/SuperOffice.WebApi.Data.ViewState_PublishAndSyncUiEventsRequest.md)
- [SuperOffice.WebApi.Data.Carrier](/en/api/reference/webapi/SuperOffice.WebApi.Data.Carrier.md)
