Click or drag to resize

DetailLevels Enumeration

Detail level of object to retrieve.

Namespace:  Koopman.CheckPoint
Assembly:  CheckPoint.NET (in CheckPoint.NET.dll) Version: 0.5.1
Syntax
C#
public enum DetailLevels
Request Example View Source
Members
  Member nameValueDescription
UID0 Only the UID of objects will be returned.
Standard1 Check Point standard level of detail
Full2 Return full details.
Remarks
For standard Find methods Detail Level will be for related objects. Like groups and tags. For FindAll methods is is the actual Detail Level of the main objects returned.
See Also