IIndexSearcherDelete Method |
Deletes the items with matching field name and value
Namespace: CMS.SearchAssembly: CMS.Search (in CMS.Search.dll) Version: 13.0.131
Syntax void Delete(
string name,
string value
)
Parameters
- name
- Type: SystemString
Field name - value
- Type: SystemString
Value
See Also