CSSearchableIndex.DeleteWithDomainAsync(String[]) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Removes all items from the specified domains and runs completionHandler
after the index change is journaled.
public virtual System.Threading.Tasks.Task DeleteWithDomainAsync (string[] domainIdentifiers);
abstract member DeleteWithDomainAsync : string[] -> System.Threading.Tasks.Task
override this.DeleteWithDomainAsync : string[] -> System.Threading.Tasks.Task
Parameters
- domainIdentifiers
- String[]
The domain identifier for the items to delete.
Returns
A task that represents the asynchronous DeleteWithDomain operation