Click or drag to resize

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
C#
public enum DetailLevelActions
Request Example View Source
Members
  Member nameValueDescription
ThrowException0 Throw a DetailLevelException. Default.
ReturnNull1 Just return null, or equivalent
AutoReload2 Automatically run Reload method to get full details.
SessionDefault3 Use the session setting. If assigned as Session.Options.DetailLevelAction action will be default ThrowException.
See Also