Represents a datasource that hold documents to be included in the processing set
Inheritance Hierarchy
Relativity.Processing.Services.ProcessingDataSourceRef
Relativity.Processing.Services.ProcessingDataSource
Namespace: Relativity.Processing.Services
Assembly: Relativity.Processing.Services.Interfaces (in Relativity.Processing.Services.Interfaces.dll) Version: 640db774aa42dfbe1785add27fbb41844ec5c7d4
Syntax
The ProcessingDataSource type exposes the following members.
Properties
Name | Description | |
---|---|---|
![]() | ArtifactID |
Processing Data Source Artifact ID
(Inherited from ProcessingDataSourceRef.) |
![]() | Custodian |
The artifact id of the custodian associated with this data source
|
![]() | DestinationFolder |
The destination folder
|
![]() | DocumentNumberingPrefix |
Document Numbering Prefix
|
![]() | InputPath |
The input path
|
![]() | IsNew |
Returns true if the data source is new
|
![]() | IsStartNumberVisible |
Determines whether Relativity displays the Start Number field in the UI.
|
![]() | Name |
Processing data source name
(Inherited from ProcessingDataSourceRef.) |
![]() | OcrLanguages |
An array of enumerated values that identify OCR languages
|
![]() | Order |
The Order of this data source
|
![]() | ProcessingSet |
A reference to a processing set object
|
![]() | StartNumber |
Represents the value used to begin numbering a sequence of documents published from a specific data source.
|
![]() | TimeZone |
The ArtifactID of the time zone
|
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