AttributeChangeBatchRemove Method (String, String) |
Removes the specified attributes from the specified indexed document.
Namespace: GroupDocs.Search.CommonAssembly: GroupDocs.Search (in GroupDocs.Search.dll) Version: 21.3
Syntaxpublic void Remove(
string path,
params string[] attributes
)
Public Sub Remove (
path As String,
ParamArray attributes As String()
)
public:
void Remove(
String^ path,
... array<String^>^ attributes
)
member Remove :
path : string *
attributes : string[] -> unit
Parameters
- path
- Type: SystemString
The document path. - attributes
- Type: SystemString
The attributes to remove.
See Also