ProcessingDataSource.StartNumber Property

Relativity Processing Services
Represents the value used to begin numbering a sequence of documents published from a specific data source.

Namespace:  Relativity.Processing.Services
Assembly:  Relativity.Processing.Services.Interfaces (in Relativity.Processing.Services.Interfaces.dll) Version: 640db774aa42dfbe1785add27fbb41844ec5c7d4
Syntax

public Nullable<int> StartNumber { get; set; }

Property Value

Type: Nullable<Int32>
Remarks

When the StartNumber property is set to null, Invariant uses the next available control number for the prefix defined for the processing set, which is auto-numbering. If this prefix is new, Invariant starts with the number 1.
See Also

Reference