RemoveAll

RemoveAll(string)

Supprime tous les attributs du document indexé spécifié.

public void RemoveAll(string path)
Paramètre Taper La description
path String Le chemin du document.

Voir également


RemoveAll(string[])

Supprime tous les attributs des documents indexés spécifiés.

public void RemoveAll(string[] paths)
Paramètre Taper La description
paths String[] Les chemins des documents.

Voir également