key | The key of the information. |
IQueryEngineFilter The current filter.
Remove information on the filter.
You can use this function to remove additional information that is no longer needed.
var descriptionMetaInfoKey = "desc"; filter.RemoveMetaInfo(descriptionMetaInfoKey);
See metaInfo for a complete example.