Click or drag to resize

AutoNumberCounterDigits Property

To get started, call one of the following methods:
  • Anysense.API.Client.V1.ApiClient.Create
  • Anysense.API.Client.V1.ApiClient.CreateAsync
  • Anysense.API.Client.V1.ApiClient.CreateWithToken
  • Anysense.API.Client.V1.ApiClient.CreateWithTokenAsync
See Anysense.API.Client.Shared.BaseClient<T> for documentation on these methods.
If specified, the {counter} part of the autonumber will have this length. Ex: 4, then the first value is 0004 Specifying this value alone does not prevent the autonumber from exceeding the defined length - then Stop should be defined as well.

Namespace: AnySenseService.Entities.API.PublicAPI.V1.DTOs.Form
Assembly: AnySenseService.Entities.API.PublicAPI.V1 (in AnySenseService.Entities.API.PublicAPI.V1.dll) Version: 1.29.6-dev
Syntax
C#
public int? CounterDigits { get; set; }

Property Value

NullableInt32
See Also