This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > IF > IFileCrawler3 Interface > IFileCrawler3.Paths Property (ArcObjects .NET 10.5 SDK) |
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