ProductionDataSource Class

Relativity.Productions.API
Represents a datasource that holds documents to be included in the production.
Inheritance Hierarchy

SystemObject
  Relativity.Productions.ServicesProductionDataSourceRef
    Relativity.Productions.ServicesProductionDataSource

Namespace:  Relativity.Productions.Services
Assembly:  Relativity.Productions.Services.Interfaces (in Relativity.Productions.Services.Interfaces.dll) Version: 11.1.0.1 9c084404c128f715df772c7792aa49f21535523c
Syntax

public class ProductionDataSource : ProductionDataSourceRef

The ProductionDataSource type exposes the following members.

Constructors

  NameDescription
Public methodProductionDataSource
Creates a new instance of ProductionDataSource.
Top
Properties

  NameDescription
Public propertyArtifactID
Artifact ID of the production data source.
(Inherited from ProductionDataSourceRef.)
Public propertyArtifactTypeID
The Relativity artifact type ID of the production data source.
Public propertyBurnRedactions
Indicates whether or not to burn redactions when producing image type productions.
Public propertyMarkupSet
Markup set to be used with the DataSource.
Public propertyName
Descriptive name of the production data source.
(Inherited from ProductionDataSourceRef.)
Public propertyPlaceholder
Placeholder to be used with the DataSource.
Public propertyPlaceholderFileData
The contents of the placeholder image.
Public propertyPlaceholderFileID
The Identifier of the placeholder image.
Public propertyPlaceholderFilename
The filename of the placeholder image.
Public propertyPlaceholderFileSize
The size of the placeholder image.
Public propertyProductionType
The type of production that applies to this data source, for example, Images Only or Natives Only. Valid values are defined by ProductionType enum.
Public propertySavedSearch
A reference object representing the saved search that contains the documents to be produced.
Public propertyUseImagePlaceholder
Option for when to use image placeholder. Valid values are defined by UseImagePlaceholderOption enum.
Top
Methods

  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(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.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also

Reference