Add
Leave feedback
On this page
Adds the specified attributes to the specified indexed document.
public void Add(string path, params string[] attributes)
| Parameter | Type | Description |
|---|---|---|
| path | String | The document path. |
| attributes | String[] | The attributes to add. |
- class AttributeChangeBatch
- namespace GroupDocs.Search.Common
- assembly GroupDocs.Search
Adds the specified attributes to the specified indexed documents.
public void Add(string[] paths, params string[] attributes)
| Parameter | Type | Description |
|---|---|---|
| paths | String[] | The documents paths. |
| attributes | String[] | The attributes to add. |
- class AttributeChangeBatch
- namespace GroupDocs.Search.Common
- assembly GroupDocs.Search
Was this page helpful?
Any additional feedback you'd like to share with us?
Please tell us how we can improve this page.
Thank you for your feedback!
We value your opinion. Your feedback will help us improve our documentation.