Show / Hide Table of Contents

Class ProductionDataSourceDefaultValues

Represents a Production Data Source.

Inheritance
System.Object
ProductionDataSourceDefaultValues
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Relativity.Testing.Framework.Models
Assembly: Relativity.Testing.Framework.dll
Syntax
public class ProductionDataSourceDefaultValues

Properties

| Improve this Doc View Source

BurnRedactions

Gets or sets whether to burn redactions.

Declaration
public DefaultFieldValue<bool> BurnRedactions { get; set; }
Property Value
Type Description
DefaultFieldValue<System.Boolean>
| Improve this Doc View Source

UseImagePlaceholder

Gets or sets whether to use an image placeholder.

Declaration
public DefaultFieldValue<NamedArtifact> UseImagePlaceholder { get; set; }
Property Value
Type Description
DefaultFieldValue<NamedArtifact>
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX