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


IFileCrawler.Path Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > IF > IFileCrawler Interface > IFileCrawler.Path Property
ArcGIS Developer Help

IFileCrawler.Path Property

The file or folder path to crawl.

[Visual Basic .NET]
Public Property Path As String
[C#]
public string Path {get; set;}
[C++]
HRESULT get_Path(
  BSTR pFileOrFolderPath
);
[C++]
HRESULT put_Path(
  System.String* pFileOrFolderPath
);
[C++]
Parameters
pFileOrFolderPath [in]

pFileOrFolderPath is a parameter of type BSTR pFileOrFolderPath [out, retval]
pFileOrFolderPath is a parameter of type BSTR*

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

IFileCrawler Interface