This document is archived and information here might be outdated. Recommended version. |
The Build ItemInfos..
[Visual Basic .NET] Public Sub IndexItems ( _ ByVal Path As String, _ ByVal ReplaceIndex As Boolean, _ ByVal Recursive As Boolean, _ ByVal UseStaging As Boolean, _ ByVal indexPath As String, _ ByVal UseQueue As Boolean _ )
[C#] public void IndexItems ( string Path, bool ReplaceIndex, bool Recursive, bool UseStaging, string indexPath, bool UseQueue );
[C++]
HRESULT IndexItems(
BSTR Path,
VARIANT_BOOL ReplaceIndex,
VARIANT_BOOL Recursive,
VARIANT_BOOL UseStaging,
BSTR indexPath,
VARIANT_BOOL UseQueue
);
[C++]
Parameters Path [in]
Path is a parameter of type BSTR ReplaceIndex [in]
ReplaceIndex is a parameter of type bool Recursive [in]
Recursive is a parameter of type bool UseStaging [in]
UseStaging is a parameter of type bool indexPath [in]
indexPath is a parameter of type BSTR UseQueue [in]
UseQueue is a parameter of type bool