Click or drag to resize

ICameraManagerFindRecordingById Method

Note: This API is now obsolete.

For internal use only. Do not use.

Namespace: Bosch.Vms.SDK
Assembly: Bosch.Vms.SDK (in Bosch.Vms.SDK.dll) Version: 1.9.0.0
Syntax
C#
[ObsoleteAttribute("Please use FindRecordings.")]
IEnumerable<RecordingInfo> FindRecordingById(
	Guid recordingId
)

Parameters

recordingId  Guid
 

Return Value

IEnumerableRecordingInfo
See Also