PutDocumentsRequest.Builder.AddGenericDocuments 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.
Overloads
| Name | Description |
|---|---|
| AddGenericDocuments(GenericDocument[]) |
Adds one or more GenericDocument objects to the request. |
| AddGenericDocuments(ICollection<GenericDocument>) |
Adds a collection of GenericDocument objects to the request. |
AddGenericDocuments(GenericDocument[])
Adds one or more GenericDocument objects to the request.
[Android.Runtime.Register("addGenericDocuments", "([Landroid/app/appsearch/GenericDocument;)Landroid/app/appsearch/PutDocumentsRequest$Builder;", "", ApiSince=31)]
public Android.App.AppSearch.PutDocumentsRequest.Builder AddGenericDocuments(params Android.App.AppSearch.GenericDocument[] documents);
[<Android.Runtime.Register("addGenericDocuments", "([Landroid/app/appsearch/GenericDocument;)Landroid/app/appsearch/PutDocumentsRequest$Builder;", "", ApiSince=31)>]
member this.AddGenericDocuments : Android.App.AppSearch.GenericDocument[] -> Android.App.AppSearch.PutDocumentsRequest.Builder
Parameters
- documents
- GenericDocument[]
Returns
- Attributes
Remarks
Adds one or more GenericDocument objects to the request.
Android reference for android.app.appsearch.PutDocumentsRequest.Builder.addGenericDocuments.
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
AddGenericDocuments(ICollection<GenericDocument>)
Adds a collection of GenericDocument objects to the request.
[Android.Runtime.Register("addGenericDocuments", "(Ljava/util/Collection;)Landroid/app/appsearch/PutDocumentsRequest$Builder;", "", ApiSince=31)]
public Android.App.AppSearch.PutDocumentsRequest.Builder AddGenericDocuments(System.Collections.Generic.ICollection<Android.App.AppSearch.GenericDocument> documents);
[<Android.Runtime.Register("addGenericDocuments", "(Ljava/util/Collection;)Landroid/app/appsearch/PutDocumentsRequest$Builder;", "", ApiSince=31)>]
member this.AddGenericDocuments : System.Collections.Generic.ICollection<Android.App.AppSearch.GenericDocument> -> Android.App.AppSearch.PutDocumentsRequest.Builder
Parameters
- documents
- ICollection<GenericDocument>
Returns
- Attributes
Remarks
Adds a collection of GenericDocument objects to the request.
Android reference for android.app.appsearch.PutDocumentsRequest.Builder.addGenericDocuments.
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.