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