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


IFileCrawler3.Paths Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (DataSourcesRaster)  

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 [out, retval]
ppFileOrFolderPaths is a parameter of type IStringArray ppFileOrFolderPaths [in]
ppFileOrFolderPaths is a parameter of type IStringArray

Product Availability

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

See Also

IFileCrawler3 Interface