This document is archived and information here might be outdated. Recommended version. |
Build index with indexing helper.
[Visual Basic .NET] Public Sub BuildIndex ( _ ByVal pConfig As IIndexingConfiguration, _ ByVal pIItemIndex As IItemIndex _ )
[C#] public void BuildIndex ( IIndexingConfiguration pConfig, IItemIndex pIItemIndex );
[C++]
HRESULT BuildIndex(
IIndexingConfiguration* pConfig,
IItemIndex* pIItemIndex
);
[C++] Parameters pConfig [in]
pConfig is a parameter of type IIndexingConfiguration* pIItemIndex [in]
pIItemIndex is a parameter of type IItemIndex*