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