Click or drag to resize

JsonExportExport Method

Exports this instance. Will wait for all currently running AddAsync methods to complete before exporting.

Namespace:  Koopman.CheckPoint.Common
Assembly:  CheckPoint.NET (in CheckPoint.NET.dll) Version: 0.5.1
Syntax
C#
public Task<string> Export(
	bool indent = false
)
Request Example View Source

Parameters

indent (Optional)
Type: SystemBoolean
if set to true JSON output will be formatted with indents.

Return Value

Type: TaskString
A task that represents the asynchronous operation. The task result contains the JSON data of all included export data
See Also