Class CheckDetail
- Namespace
 - Dynamicweb.Diagnostics.Health
 
- Assembly
 - Dynamicweb.Diagnostics.dll
 
The class CheckDetail provides additional information about check, i.e. the id of corrupted product.
  
  public class CheckDetail
  - Inheritance
 - 
      
      CheckDetail
 
- Inherited Members
 
Properties
Key1
i.e. ProductId, PageId
  
  public string Key1 { get; set; }
  Property Value
Key2
i.e. VariantId
  
  public string Key2 { get; set; }
  Property Value
Key3
i.e. LanguageId
  
  public string Key3 { get; set; }
  Property Value
ObjectType
Table, setting, other things we have checked
  
  public string ObjectType { get; set; }
  Property Value
Value
The value that is wrong
  
  public string Value { get; set; }