Click or drag to resize

JsonExportAddAsync Method (AccessRulebasePagingResults, Int32)

Adds the specified access rule base and all related objects to export.

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

Parameters

accessRules
Type: Koopman.CheckPoint.CommonAccessRulebasePagingResults
The access rule base.
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