This document is archived and information here might be outdated.  Recommended version.


IGPItemIndexer.IndexItems Method (ArcObjects .NET 10.8 SDK)
ArcGIS Developer Help

IGPItemIndexer.IndexItems Method

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

Product Availability

No record for Search in Libraries found

See Also

IGPItemIndexer Interface