Click or drag to resize

SessionFindWhereUsed Method

Searches for usage of the target object in other objects and rules.

Namespace:  Koopman.CheckPoint
Assembly:  CheckPoint.NET (in CheckPoint.NET.dll) Version: 0.5.1
Syntax
C#
public Task<WhereUsed> FindWhereUsed(
	string identifier,
	DetailLevels detailLevel = DetailLevels.Standard,
	bool indirect = false,
	int indirectMaxDepth = 5,
	CancellationToken cancellationToken = null
)
Request Example View Source

Parameters

identifier
Type: SystemString
The object identifier to search for.
detailLevel (Optional)
Type: Koopman.CheckPointDetailLevels
The detail level.
indirect (Optional)
Type: SystemBoolean
if set to true results will include indirect uses.
indirectMaxDepth (Optional)
Type: SystemInt32
The indirect maximum depth.
cancellationToken (Optional)
Type: System.ThreadingCancellationToken
The cancellation token.

Return Value

Type: TaskWhereUsed
A task that represents the asynchronous operation. The task result contains the WhereUsed object
See Also