CSSearchableIndex.DeleteWithDomain(String[], Action<NSError>) 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.
[Foundation.Export("deleteSearchableItemsWithDomainIdentifiers:completionHandler:")]
public virtual void DeleteWithDomain (string[] domainIdentifiers, Action<Foundation.NSError> completionHandler);
abstract member DeleteWithDomain : string[] * Action<Foundation.NSError> -> unit
override this.DeleteWithDomain : string[] * Action<Foundation.NSError> -> unit
Parameters
- domainIdentifiers
- String[]
The domain identifier for the items to delete.
Handler that is called after the index change is journaled. may be null
.
This parameter can be null
.
- Attributes