Remove
Remove(string, params string[])
Elimina los atributos especificados del documento indexado especificado.
public void Remove(string path, params string[] attributes)
| Parámetro | Escribe | Descripción | 
|---|---|---|
| path | String | La ruta del documento. | 
| attributes | String[] | Los atributos a eliminar. | 
Ver también
- class AttributeChangeBatch
- espacio de nombres GroupDocs.Search.Common
- asamblea GroupDocs.Search
Remove(string[], params string[])
Elimina los atributos especificados de los documentos indexados especificados.
public void Remove(string[] paths, params string[] attributes)
| Parámetro | Escribe | Descripción | 
|---|---|---|
| paths | String[] | Las rutas de los documentos. | 
| attributes | String[] | Los atributos a eliminar. | 
Ver también
- class AttributeChangeBatch
- espacio de nombres GroupDocs.Search.Common
- asamblea GroupDocs.Search