| DetailLevels Enumeration |
Detail level of object to retrieve.
Namespace:
Koopman.CheckPoint
Assembly:
CheckPoint.NET (in CheckPoint.NET.dll) Version: 0.5.1
Syntax Members
| Member name | Value | Description |
---|
| UID | 0 |
Only the UID of objects will be returned.
|
| Standard | 1 |
Check Point standard level of detail
|
| Full | 2 |
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