Represents the numbering scheme based on an already existing production. The scheme allows you to re-use the Bates numbering fields from a previously-run production set. With existing production numbering you can change markup sets or header and footer designations without changing the Bates numbers. For example, you can use the scheme if a court order requires that your documents be produced without an already-applied confidential branding or if you need to redact already-produced documents for privilege.
Inheritance Hierarchy
Relativity.Productions.ServicesProductionNumberingBase
Relativity.Productions.ServicesExistingProductionNumbering
Namespace: Relativity.Productions.Services
Assembly: Relativity.Productions.Services.Interfaces (in Relativity.Productions.Services.Interfaces.dll) Version: 11.0.7.1 2f8827611dc1dd9b46db576b7b03da47f4e093ee
Syntax
The ExistingProductionNumbering type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() | ExistingProductionNumbering |
Creates a new instance of ExistingProductionNumbering.
|
Properties
Name | Description | |
---|---|---|
![]() | AttachmentRelationalField |
The document field that holds the attachment relational number.
(Inherited from ProductionNumberingBase.) |
![]() | ClawbackDetails |
The clawback details for the Existing Production Numbering, if it was a clawback job.
|
![]() | ExistingProduction |
Reference to an existing production artifact.
|
![]() | MergeWithExistingSet |
Specifies whether or not to merge the numbering with the existing production.
|
![]() | NumberingType |
The document numbering type to be used. Valid values are defined by the NumberingType enum.
(Inherited from ProductionNumberingBase.) |
![]() | ReproductionType |
The reproduction type for the Existing Production Numbering.
|
Methods
Name | Description | |
---|---|---|
![]() | Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) |
![]() | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
![]() | GetHashCode | Serves as the default hash function. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |
See Also