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