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


IGPItemIndexer.IndexFolder Property (ArcObjects .NET 10.8 SDK)
ArcGIS Developer Help

IGPItemIndexer.IndexFolder Property

Name of the index folder.

[Visual Basic .NET]
Public Property IndexFolder As String
[C#]
public string IndexFolder {get; set;}
[C++]
HRESULT get_IndexFolder(
  System.String* pFolderName
);
[C++]
HRESULT put_IndexFolder(
  BSTR pFolderName
);
[C++]
Parameters
pFolderName [out, retval]

pFolderName is a parameter of type BSTR* pFolderName [in]
pFolderName is a parameter of type BSTR

Product Availability

No record for Search in Libraries found

See Also

IGPItemIndexer Interface