Click or drag to resize

JsonExportAddAsync Method (String, WhereUsed, Int32)

Adds all objects related to Where Used to export. Also exports the WhereUsed results linked to the identifier which can be used for highlighting.

Namespace:  Koopman.CheckPoint.Common
Assembly:  CheckPoint.NET (in CheckPoint.NET.dll) Version: 0.5.1
Syntax
C#
public Task AddAsync(
	string identifier,
	WhereUsed whereUsed,
	int maxDepth = 2147483647
)
Request Example View Source

Parameters

identifier
Type: SystemString
The identifier WhereUsed was based on.
whereUsed
Type: Koopman.CheckPoint.CommonWhereUsed
The where used results.
maxDepth (Optional)
Type: SystemInt32
The maximum depth of finding related objects. A value of 0 or less will just add this object and no related objects.

Return Value

Type: Task
A task that represents the asynchronous operation.
See Also