Represents the configuration settings for generating control numbers assigned to processed documents.
Inheritance Hierarchy
Relativity.Processing.Services.NumberingSettings
Namespace: Relativity.Processing.Services
Assembly: Relativity.Processing.Services.Interfaces (in Relativity.Processing.Services.Interfaces.dll) Version: 640db774aa42dfbe1785add27fbb41844ec5c7d4
Syntax
The NumberingSettings type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() | NumberingSettings |
Properties
Name | Description | |
---|---|---|
![]() | DefaultDocumentNumberingPrefix |
Gets or sets the prefix prepended to control numbers for documents imported during processing.
|
![]() | DefaultStartNumber |
Gets or sets the value used as the starting number for documents that are published from a processing set that uses the current profile.
This value is only required when the NumberingType field is set to DefineStartNumber.
|
![]() | Delimiter |
Gets or sets the property which specifies the delimiter to be used used during the generation of document control numbers.
|
![]() | NumberingType |
Gets or sets the property indicating the process used for numbering documents that are published to a workspace.
|
![]() | NumberOfDigits |
Gets or sets the length of the numeric component of the document number. The default value is 10 digits.
|
![]() | ParentChildNumbering |
Gets or sets the property indicating the numbering scheme used to determine how parent and child documents are numbered relative to each other during processing.
|
Methods
Name | Description | |
---|---|---|
![]() | Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) |
![]() | GetHashCode | Serves as the default hash function. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |
See Also