CaptureLevel Enumeration
The possible levels for capturing snapshots for the report.

C# Syntax

public enum CaptureLevel : System.Enum 
Members
MemberDescription
AllSnapshots are captured for all test object operations.
OffSnapshots are not captured for test object operations.
OnErrorSnapshots are captured only for test object operations with errors.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         HP.LFT.Report.CaptureLevel