VideoFingerprintDBRemoveByID Method |
Removes item by id.
Namespace:
VisioForge.VideoFingerPrinting.MongoDB
Assembly:
VisioForge.VideoFingerPrinting.MongoDB (in VisioForge.VideoFingerPrinting.MongoDB.dll) Version: 1.0.0
Syntaxpublic void RemoveByID(
string id,
bool fromDB = true
)
Public Sub RemoveByID (
id As String,
Optional fromDB As Boolean = true
)
Parameters
- id
- Type: SystemString
The id.
- fromDB (Optional)
- Type: SystemBoolean
The from db.
See Also