> ## 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.UserPreferenceStrings.BulkUpdate

# <a id="SuperOffice_WebApi_Data_UserPreferenceStrings_BulkUpdate" /> Class UserPreferenceStrings.BulkUpdate

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

BulkUpdate - Misc

```csharp theme={null}
public static class UserPreferenceStrings.BulkUpdate
```

#### Inheritance

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

## Fields

### <a id="SuperOffice_WebApi_Data_UserPreferenceStrings_BulkUpdate_LogResultOfJob" /> LogResultOfJob

Should we log the result of a job

```csharp theme={null}
public const string LogResultOfJob = "LogResultOfJob"
```

#### Field Value

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

### <a id="SuperOffice_WebApi_Data_UserPreferenceStrings_BulkUpdate_LogResultOfJob_HardDefault" /> LogResultOfJob\_HardDefault

Hard default for LogResultOfJob

```csharp theme={null}
public const bool LogResultOfJob_HardDefault = true
```

#### Field Value

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

### <a id="SuperOffice_WebApi_Data_UserPreferenceStrings_BulkUpdate_Section" /> Section

```csharp theme={null}
public const string Section = "BulkUpdate"
```

#### Field Value

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


## Related topics

- [SuperOffice.WebApi.Data.BulkUpdate ExecuteByEntityIdsRequest](/en/api/reference/webapi/SuperOffice.WebApi.Data.BulkUpdate_ExecuteByEntityIdsRequest.md)
- [SuperOffice.WebApi.Data.BulkUpdate ExecuteBySelectionIdRequest](/en/api/reference/webapi/SuperOffice.WebApi.Data.BulkUpdate_ExecuteBySelectionIdRequest.md)
- [SuperOffice.WebApi.Data.BulkUpdate GetAvailableFieldsRequest](/en/api/reference/webapi/SuperOffice.WebApi.Data.BulkUpdate_GetAvailableFieldsRequest.md)
- [SuperOffice.WebApi.Data.BulkUpdate GetStoredFieldsRequest](/en/api/reference/webapi/SuperOffice.WebApi.Data.BulkUpdate_GetStoredFieldsRequest.md)
- [SuperOffice.WebApi.Data.BulkUpdate RemoveStoredFieldsRequest](/en/api/reference/webapi/SuperOffice.WebApi.Data.BulkUpdate_RemoveStoredFieldsRequest.md)
- [SuperOffice.WebApi.Data.BulkUpdate GetJobResultsFromStorageAsJsonRequest](/en/api/reference/webapi/SuperOffice.WebApi.Data.BulkUpdate_GetJobResultsFromStorageAsJsonRequest.md)
