Share via


SearchSpec.FilterDocumentIds Property

Definition

Returns the list of document ids to search over.

public System.Collections.Generic.IList<string> FilterDocumentIds { [Android.Runtime.Register("getFilterDocumentIds", "()Ljava/util/List;", "", ApiSince=36)] get; }
[<get: Android.Runtime.Register("getFilterDocumentIds", "()Ljava/util/List;", "", ApiSince=36)>]
member this.FilterDocumentIds : System.Collections.Generic.IList<string>

Property Value

Attributes

Remarks

Returns the list of document ids to search over.

If empty, the query will search over all documents.

Java documentation for android.app.appsearch.SearchSpec.getFilterDocumentIds().

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to