Represents the document field numbering scheme. The scheme allows you to use any fixed-length text field on the Document object for your numbering. For example, you could choose control number as the field and produce documents using the control number as the Bates field to maintain the original numbering of the documents.
Inheritance Hierarchy
Relativity.Productions.ServicesProductionNumberingBase
Relativity.Productions.ServicesDocumentFieldNumbering
Namespace: Relativity.Productions.Services
Assembly: Relativity.Productions.Services.Interfaces (in Relativity.Productions.Services.Interfaces.dll) Version: 11.0.7.1 2f8827611dc1dd9b46db576b7b03da47f4e093ee
Syntax
The DocumentFieldNumbering type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() | DocumentFieldNumbering |
Creates a new instance of DocumentFieldNumbering.
|
Properties
Name | Description | |
---|---|---|
![]() | AttachmentRelationalField |
The document field that holds the attachment relational number.
(Inherited from ProductionNumberingBase.) |
![]() | BatesPrefix |
Bates prefix text.
|
![]() | BatesSuffix |
Bates suffix text.
|
![]() | DocumentNumberPageNumberSeparator |
The separator between document and page numbers if IncludePageNumbers is set to true. Underscore, hyphen, and period are allowed characters.
|
![]() | IncludePageNumbers |
Specifies whether or not to include page numbers. If true, a unique number is added to each page following the document number.
|
![]() | NumberingField |
The document field that will be used as the Bates number.
|
![]() | NumberingType |
The document numbering type to be used. Valid values are defined by the NumberingType enum.
(Inherited from ProductionNumberingBase.) |
![]() | NumberOfDigitsForPageNumbering |
The number of digits for page numbering if IncludePageNumbers is set to true. The range is from 1 to 4.
|
![]() | StartNumberingOnSecondPage |
Whether or not to start page numbering on the second page of the document
|
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