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