RemoveAll

RemoveAll(string)

Removes all attributes from the specified indexed document.

public void RemoveAll(string path)
Parameter Type Description
path String The document path.

See Also


RemoveAll(string[])

Removes all attributes from the specified indexed documents.

public void RemoveAll(string[] paths)
Parameter Type Description
paths String[] The documents paths.

See Also