CSSearchableIndex.Delete(String[], Action<NSError>) Method

Definition

Removes the identified items and runs completionHandler when finished.

[Foundation.Export("deleteSearchableItemsWithIdentifiers:completionHandler:")]
public virtual void Delete (string[] identifiers, Action<Foundation.NSError> completionHandler);
abstract member Delete : string[] * Action<Foundation.NSError> -> unit
override this.Delete : string[] * Action<Foundation.NSError> -> unit

Parameters

identifiers
String[]
completionHandler
Action<NSError>

To be added.

This parameter can be null.

Attributes

Applies to