Click or drag to resize

JsonExport Constructor

Initializes a new instance of the JsonExport class.

Namespace:  Koopman.CheckPoint.Common
Assembly:  CheckPoint.NET (in CheckPoint.NET.dll) Version: 0.5.1
Syntax
C#
public JsonExport(
	Session session,
	string[] excludeDetailsByType = null,
	string[] excludeDetailsByName = null,
	string[] excludeByType = null,
	string[] excludeByName = null
)
Request Example View Source

Parameters

session
Type: Koopman.CheckPointSession
The session.
excludeDetailsByType (Optional)
Type: SystemString
Types to exclude details of.
excludeDetailsByName (Optional)
Type: SystemString
Names to exclude details of.
excludeByType (Optional)
Type: SystemString
Types to exclude.
excludeByName (Optional)
Type: SystemString
Names to exclude.
See Also