|  | DetailLevelActions Enumeration | 
 
            Action to take when current detail level is insufficient
            
 
    Namespace: 
   Koopman.CheckPoint
    Assembly:
   CheckPoint.NET (in CheckPoint.NET.dll) Version: 0.5.1
 Syntax
Syntax Members
Members|  | Member name | Value | Description | 
|---|
|  | ThrowException | 0 | Throw a DetailLevelException. Default. | 
|  | ReturnNull | 1 | Just return null, or equivalent | 
|  | AutoReload | 2 | Automatically run Reload method to get full details. | 
|  | SessionDefault | 3 | Use the session setting. If assigned as Session.Options.DetailLevelAction action will be
            default ThrowException. | 
 See Also
See Also