NumberingSettings Class

Relativity Processing Services
Represents the configuration settings for generating control numbers assigned to processed documents.
Inheritance Hierarchy

System.Object
  Relativity.Processing.Services.NumberingSettings

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

public class NumberingSettings

The NumberingSettings type exposes the following members.

Constructors

  NameDescription
Public methodNumberingSettings
Top
Properties

  NameDescription
Public propertyDefaultDocumentNumberingPrefix
Gets or sets the prefix prepended to control numbers for documents imported during processing.
Public propertyDefaultStartNumber
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.
Public propertyDelimiter
Gets or sets the property which specifies the delimiter to be used used during the generation of document control numbers.
Public propertyNumberingType
Gets or sets the property indicating the process used for numbering documents that are published to a workspace.
Public propertyNumberOfDigits
Gets or sets the length of the numeric component of the document number. The default value is 10 digits.
Public propertyParentChildNumbering
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.
Top
Methods

  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also

Reference