AttributeChangeBatchRemoveAll Method (String) |
Removes all attributes from the specified indexed documents.
Namespace: GroupDocs.Search.CommonAssembly: GroupDocs.Search (in GroupDocs.Search.dll) Version: 21.3
Syntaxpublic void RemoveAll(
string[] paths
)
Public Sub RemoveAll (
paths As String()
)
public:
void RemoveAll(
array<String^>^ paths
)
member RemoveAll :
paths : string[] -> unit
Parameters
- paths
- Type: SystemString
The documents paths.
See Also