Class DocumentWarning
Contains data about the warning connected to a Document.
Inheritance
System.Object
    DocumentWarning
  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 DocumentWarningProperties
| Improve this Doc View SourceMessage
Gets or sets the Warning message.
Declaration
public string Message { get; set; }Property Value
| Type | Description | 
|---|---|
| System.String | 
Type
Gets or sets the type of Warning.
Declaration
public string Type { get; set; }Property Value
| Type | Description | 
|---|---|
| System.String |