Click or drag to resize

SessionFindObject Method

Finds an object by UID.

Namespace:  Koopman.CheckPoint
Assembly:  CheckPoint.NET (in CheckPoint.NET.dll) Version: 0.5.1
Syntax
C#
public Task<IObjectSummary> FindObject(
	string uid,
	DetailLevels detailLevel = DetailLevels.Standard,
	CancellationToken cancellationToken = null
)
Request Example View Source

Parameters

uid
Type: SystemString
The UID to find.
detailLevel (Optional)
Type: Koopman.CheckPointDetailLevels
The detail level of child objects to return.
cancellationToken (Optional)
Type: System.ThreadingCancellationToken
The cancellation token.

Return Value

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