Class ProductionDataSource
Represents a DataSource that holds documents to be included in the production.
Implements
Inherited Members
Namespace: Relativity.Testing.Framework.Models
Assembly: Relativity.Testing.Framework.dll
Syntax
public class ProductionDataSource : NamedArtifact, IHasName
Properties
| Improve this Doc View SourceArtifactTypeId
Gets or sets the Relativity artifact type ID of the production data source.
Declaration
[FieldName("ArtifactTypeID")]
public int ArtifactTypeId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
BurnRedactions
Gets or sets a value indicating whether indicates whether or not to burn redactions when producing image type productions.
Declaration
public bool BurnRedactions { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
MarkupSet
Gets or sets markup set to be used with the DataSource.
Declaration
public NamedArtifact MarkupSet { get; set; }
Property Value
Type | Description |
---|---|
NamedArtifact |
Remarks
This property will be ignored when Burn Redaction is set to False.
Placeholder
Gets or sets placeholder to be used with the DataSource.
Declaration
public NamedArtifact Placeholder { get; set; }
Property Value
Type | Description |
---|---|
NamedArtifact |
Remarks
This property will be ignored when ProductionType is Image, and UseImagePlaceholder is set to NeverUseImagePlaceholder.
ProductionId
Gets or sets the production artifact ID.
Declaration
public int ProductionId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
ProductionType
Gets or sets the type of production that applies to this data source, for example, Images Only or Natives Only. Valid values are defined by ProductionType enum.
Declaration
public ProductionType ProductionType { get; set; }
Property Value
Type | Description |
---|---|
ProductionType |
SavedSearch
Gets or sets a reference object representing the saved search that contains the documents to be produced.
Declaration
public NamedArtifact SavedSearch { get; set; }
Property Value
Type | Description |
---|---|
NamedArtifact |
UseImagePlaceholder
Gets or sets option for when to use image placeholder. Valid values are defined by UseImagePlaceholderOption enum.
Declaration
public UseImagePlaceholderOption UseImagePlaceholder { get; set; }
Property Value
Type | Description |
---|---|
UseImagePlaceholderOption |