ProcessingDataSource Class

Relativity Processing Services
Represents a datasource that hold documents to be included in the processing set
Inheritance Hierarchy

System.Object
  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

public class ProcessingDataSource : ProcessingDataSourceRef

The ProcessingDataSource type exposes the following members.

Properties

  NameDescription
Public propertyArtifactID
Processing Data Source Artifact ID
(Inherited from ProcessingDataSourceRef.)
Public propertyCustodian
The artifact id of the custodian associated with this data source
Public propertyDestinationFolder
The destination folder
Public propertyDocumentNumberingPrefix
Document Numbering Prefix
Public propertyInputPath
The input path
Public propertyIsNew
Returns true if the data source is new
Public propertyIsStartNumberVisible
Determines whether Relativity displays the Start Number field in the UI.
Public propertyName
Processing data source name
(Inherited from ProcessingDataSourceRef.)
Public propertyOcrLanguages
An array of enumerated values that identify OCR languages
Public propertyOrder
The Order of this data source
Public propertyProcessingSet
A reference to a processing set object
Public propertyStartNumber
Represents the value used to begin numbering a sequence of documents published from a specific data source.
Public propertyTimeZone
The ArtifactID of the time zone
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