CSSearchableIndex.Index(CSSearchableItem[], Action<NSError>) Method

Definition

Indexes the specified searchable items and runs completionHandler when finished.

[Foundation.Export("indexSearchableItems:completionHandler:")]
public virtual void Index (CoreSpotlight.CSSearchableItem[] items, Action<Foundation.NSError> completionHandler);
abstract member Index : CoreSpotlight.CSSearchableItem[] * Action<Foundation.NSError> -> unit
override this.Index : CoreSpotlight.CSSearchableItem[] * Action<Foundation.NSError> -> unit

Parameters

items
CSSearchableItem[]

The items to index.

completionHandler
Action<NSError>

To be added.

This parameter can be null.

Attributes

Applies to