RemoveAll
RemoveAll(string)
Removes all attributes from the specified indexed document.
public void RemoveAll(string path)
Parameter | Type | Description |
---|---|---|
path | String | The document path. |
See Also
- class AttributeChangeBatch
- namespace GroupDocs.Search.Common
- assembly GroupDocs.Search
RemoveAll(string[])
Removes all attributes from the specified indexed documents.
public void RemoveAll(string[] paths)
Parameter | Type | Description |
---|---|---|
paths | String[] | The documents paths. |
See Also
- class AttributeChangeBatch
- namespace GroupDocs.Search.Common
- assembly GroupDocs.Search