Add
Add(string, params string[])
Ajoute les attributs spécifiés au document indexé spécifié.
public void Add(string path, params string[] attributes)
Paramètre | Taper | La description |
---|---|---|
path | String | Le chemin du document. |
attributes | String[] | Les attributs à ajouter. |
Voir également
- class AttributeChangeBatch
- espace de noms GroupDocs.Search.Common
- Assemblée GroupDocs.Search
Add(string[], params string[])
Ajoute les attributs spécifiés aux documents indexés spécifiés.
public void Add(string[] paths, params string[] attributes)
Paramètre | Taper | La description |
---|---|---|
paths | String[] | Les chemins des documents. |
attributes | String[] | Les attributs à ajouter. |
Voir également
- class AttributeChangeBatch
- espace de noms GroupDocs.Search.Common
- Assemblée GroupDocs.Search