This document is archived and information here might be outdated. Recommended version. |
Indexes items from an array of data sources.
[Visual Basic .NET] Public Sub IndexItems ( _ ByVal pPaths As IStringArray, _ ByVal ReplaceIndex As Boolean, _ ByVal Recursive As Boolean, _ ByVal indexPath As String, _ ByVal pTrackCancel As ITrackCancel _ )
[C#] public void IndexItems ( IStringArray pPaths, bool ReplaceIndex, bool Recursive, string indexPath, ITrackCancel pTrackCancel );
[C++]
HRESULT IndexItems(
IStringArray* pPaths,
VARIANT_BOOL ReplaceIndex,
VARIANT_BOOL Recursive,
BSTR indexPath,
ITrackCancel* pTrackCancel
);
[C++] Parameters pPaths [in]
pPaths is a parameter of type IStringArray* ReplaceIndex [in]
ReplaceIndex is a parameter of type bool Recursive [in]
Recursive is a parameter of type bool indexPath [in]
indexPath is a parameter of type BSTR pTrackCancel [in]
pTrackCancel is a parameter of type ITrackCancel*