Click or drag to resize

VideoFingerprintDBRemoveByID Method

Removes item by id.

Namespace:  VisioForge.VideoFingerPrinting.MongoDB
Assembly:  VisioForge.VideoFingerPrinting.MongoDB (in VisioForge.VideoFingerPrinting.MongoDB.dll) Version: 1.0.0
Syntax
public void RemoveByID(
	string id,
	bool fromDB = true
)

Parameters

id
Type: SystemString
The id.
fromDB (Optional)
Type: SystemBoolean
The from db.
See Also