This document is archived and information here might be outdated. Recommended version. |
Adds another index.
[Visual Basic .NET]
Public Sub AddIndex ( _
ByVal indexDirectory As String, _
ByVal dedup As Boolean _
)
[C#]
public void AddIndex (
string indexDirectory,
bool dedup
);
[C++]
HRESULT AddIndex(
BSTR indexDirectory,
VARIANT_BOOL dedup
);
[C++] Parameters indexDirectory [in]
indexDirectory is a parameter of type BSTR dedup [in]
dedup is a parameter of type bool