This document is archived and information here might be outdated. Recommended version. |
Prepare and start indexing.
[Visual Basic .NET]
Public Sub StartIndexing ( _
ByVal ReplaceIndex As Boolean, _
ByVal ReplaceItems As Boolean _
)
[C#]
public void StartIndexing (
bool ReplaceIndex,
bool ReplaceItems
);
[C++]
HRESULT StartIndexing(
VARIANT_BOOL ReplaceIndex,
VARIANT_BOOL ReplaceItems
);
[C++] Parameters ReplaceIndex [in]
ReplaceIndex is a parameter of type bool ReplaceItems [in]
ReplaceItems is a parameter of type bool