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

# <a id="SuperOffice_WebApi_Data_UserPreferenceStrings_Numbering" /> Class UserPreferenceStrings.Numbering

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

Numbering

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

#### Inheritance

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

Automatic allocation of a new number when a new document is created
<p />Control type: Bool, access: Wizard

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

#### Field Value

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

### <a id="SuperOffice_WebApi_Data_UserPreferenceStrings_Numbering_DefaultAllowBlank" /> DefaultAllowBlank

Whether blank values are permitted for new counters
<p />Control type: Bool, access: Wizard

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

#### Field Value

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

### <a id="SuperOffice_WebApi_Data_UserPreferenceStrings_Numbering_DefaultReadOnly" /> DefaultReadOnly

Whether numbers allocated to a document or documents of a given template type may be amended (write-protected)
<p />Control type: Bool, access: Wizard

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

#### Field Value

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

### <a id="SuperOffice_WebApi_Data_UserPreferenceStrings_Numbering_DefaultSatPrefix" /> DefaultSatPrefix

Default prefix for new counters on Satellite databases
<p />Control type: Number, access: Wizard

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

#### Field Value

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

### <a id="SuperOffice_WebApi_Data_UserPreferenceStrings_Numbering_DefaultStart" /> DefaultStart

If Yes, separate counters are maintained for each document template
<p />Control type: Bool, access: Wizard

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

#### Field Value

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

### <a id="SuperOffice_WebApi_Data_UserPreferenceStrings_Numbering_DefaultTravelPrefix" /> DefaultTravelPrefix

Default prefix for new counters on Travel databases
<p />Control type: Number, access: Wizard

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

#### Field Value

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

### <a id="SuperOffice_WebApi_Data_UserPreferenceStrings_Numbering_DefaultUnique" /> DefaultUnique

Numbers with a new counter must be unique.
<p />Control type: Bool, access: Wizard

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

#### Field Value

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

### <a id="SuperOffice_WebApi_Data_UserPreferenceStrings_Numbering_NumberEachTemplate" /> NumberEachTemplate

If Yes, separate counters are maintained for each document template
<p />Control type: Bool, access: Wizard

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

#### Field Value

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

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

Section heading

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

#### Field Value

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


## Related topics

- [SuperOffice.WebApi.Data.UserPreferenceStrings](/en/api/reference/webapi/SuperOffice.WebApi.Data.UserPreferenceStrings.md)
- [SuperOffice.WebApi.Data.UserPreferenceStrings.Person](/en/api/reference/webapi/SuperOffice.WebApi.Data.UserPreferenceStrings.Person.md)
- [SuperOffice.WebApi.Data.UserPreferenceStrings.Project](/en/api/reference/webapi/SuperOffice.WebApi.Data.UserPreferenceStrings.Project.md)
- [SuperOffice.WebApi.Data.UserPreferenceStrings.Quote](/en/api/reference/webapi/SuperOffice.WebApi.Data.UserPreferenceStrings.Quote.md)
- [SuperOffice.WebApi.Data.UserPreferenceStrings.Sale](/en/api/reference/webapi/SuperOffice.WebApi.Data.UserPreferenceStrings.Sale.md)
- [SuperOffice.WebApi.Data.UserPreferenceStrings.ZFD](/en/api/reference/webapi/SuperOffice.WebApi.Data.UserPreferenceStrings.ZFD.md)
