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