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