Class ProductionPlaceholder
Represents a production placeholder model.
Implements
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 ProductionPlaceholder : NamedArtifact, IHasNameProperties
| Improve this Doc View SourceCustomText
Gets or sets the custom HTML text of the placeholder.
Declaration
public string CustomText { get; set; }Property Value
| Type | Description | 
|---|---|
| System.String | 
FileData
Gets or sets a value of the indicating the string representing the Base64 encoding of the image.
Declaration
public string FileData { get; set; }Property Value
| Type | Description | 
|---|---|
| System.String | 
FileName
Gets or sets a value of the indicating the name of the placeholder file.
Declaration
public string FileName { get; set; }Property Value
| Type | Description | 
|---|---|
| System.String | 
PlaceholderType
Gets or sets the type of the placeholder. Valid values are defiend by the PlaceholderType enum.
Declaration
public PlaceholderType PlaceholderType { get; set; }Property Value
| Type | Description | 
|---|---|
| PlaceholderType | 
Methods
| Improve this Doc View SourceFillRequiredProperties()
Fills the Name and the CustomText if the PlaceholderType is set to custom and is null.
Declaration
public ProductionPlaceholder FillRequiredProperties()Returns
| Type | Description | 
|---|---|
| ProductionPlaceholder | A filled ProductionPlaceholder. |