Remove
Leave feedback
On this page
Removes the specified attributes from the specified indexed document.
public void Remove(string path, params string[] attributes)
| Parameter | Type | Description |
|---|---|---|
| path | String | The document path. |
| attributes | String[] | The attributes to remove. |
- class AttributeChangeBatch
- namespace GroupDocs.Search.Common
- assembly GroupDocs.Search
Removes the specified attributes from the specified indexed documents.
public void Remove(string[] paths, params string[] attributes)
| Parameter | Type | Description |
|---|---|---|
| paths | String[] | The documents paths. |
| attributes | String[] | The attributes to remove. |
- 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.