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


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

IFileCrawler3.Paths Property

The collection of file- or folder-paths to crawl.

[Visual Basic .NET]
Public Property Paths As IStringArray
[C#]
public IStringArray Paths {get; set;}
[C++]
HRESULT get_Paths(
  IStringArray* ppFileOrFolderPaths
);
[C++]
HRESULT putref_Paths(
  IStringArray** ppFileOrFolderPaths
);
[C++]
Parameters
ppFileOrFolderPaths [in]

ppFileOrFolderPaths is a parameter of type IStringArray* ppFileOrFolderPaths [out, retval]
ppFileOrFolderPaths is a parameter of type IStringArray**

Product Availability

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

See Also

IFileCrawler3 Interface