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

# <a id="SuperOffice_WebApi_Data_AutomatedCategoryUpdate" /> Class AutomatedCategoryUpdate

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

Carrier object for AutomatedCategoryUpdate.
Carrier for an automated category update setting.

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

#### Inheritance

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

Default constructor - defaults any enum props to 0.

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

## Properties

### <a id="SuperOffice_WebApi_Data_AutomatedCategoryUpdate_DefaultCategory" /> DefaultCategory

The default category id to update to, and the actual new value if no user confirmation is needed

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

#### Property Value

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

### <a id="SuperOffice_WebApi_Data_AutomatedCategoryUpdate_Enabled" /> Enabled

Indicates whether the automated category update is enabled for this trigger.

```csharp theme={null}
public virtual bool Enabled { get; set; }
```

#### Property Value

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

### <a id="SuperOffice_WebApi_Data_AutomatedCategoryUpdate_LeadstatusId" /> LeadstatusId

The leadstatus id to match on person, to trigger autoupdate of category

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

#### Property Value

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

### <a id="SuperOffice_WebApi_Data_AutomatedCategoryUpdate_TriggerType" /> TriggerType

The type of change to trigger the auto update
NULL if unknown enum value.

```csharp theme={null}
[JsonIgnore]
public CategoryUpdateTrigger? TriggerType { get; set; }
```

#### Property Value

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

#### See Also

[AutomatedCategoryUpdate](SuperOffice.WebApi.Data.AutomatedCategoryUpdate.md).[TriggerType\_String](SuperOffice.WebApi.Data.AutomatedCategoryUpdate.md#SuperOffice_WebApi_Data_AutomatedCategoryUpdate_TriggerType_String)

### <a id="SuperOffice_WebApi_Data_AutomatedCategoryUpdate_TriggerType_String" /> TriggerType\_String

The type of change to trigger the auto update
Raw string enum value.

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

#### Property Value

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

#### See Also

[AutomatedCategoryUpdate](SuperOffice.WebApi.Data.AutomatedCategoryUpdate.md).[TriggerType](SuperOffice.WebApi.Data.AutomatedCategoryUpdate.md#SuperOffice_WebApi_Data_AutomatedCategoryUpdate_TriggerType)

### <a id="SuperOffice_WebApi_Data_AutomatedCategoryUpdate_UserConfirmation" /> UserConfirmation

Whether to ask the user for confirmation before applying the autoupdate

```csharp theme={null}
public virtual bool UserConfirmation { get; set; }
```

#### Property Value

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

## See Also

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


## Related topics

- [SuperOffice.WebApi.Data.List SaveAllAutomatedCategoryUpdatesRequest](/en/api/reference/webapi/SuperOffice.WebApi.Data.List_SaveAllAutomatedCategoryUpdatesRequest.md)
- [SuperOffice.WebApi.Data.List PerformNeededCategoryUpdateRequest](/en/api/reference/webapi/SuperOffice.WebApi.Data.List_PerformNeededCategoryUpdateRequest.md)
- [SuperOffice.WebApi.Data.CategoryUpdateTrigger](/en/api/reference/webapi/SuperOffice.WebApi.Data.CategoryUpdateTrigger.md)
- [SuperOffice.WebApi.Agents.IListAgent](/en/api/reference/webapi/SuperOffice.WebApi.Agents.IListAgent.md)
- [SuperOffice.WebApi.Agents.ListAgent](/en/api/reference/webapi/SuperOffice.WebApi.Agents.ListAgent.md)
- [SuperOffice.WebApi.Data.List GetAllAutomatedCategoryUpdatesRequest](/en/api/reference/webapi/SuperOffice.WebApi.Data.List_GetAllAutomatedCategoryUpdatesRequest.md)
