This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > IF > IFileCrawler Interface > IFileCrawler.Path Property (ArcObjects .NET 10.4 SDK) |
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(
BSTR pFileOrFolderPath
);
[C++]
Parameters pFileOrFolderPath [out, retval] pFileOrFolderPath is a parameter of type BSTR pFileOrFolderPath [in] pFileOrFolderPath is a parameter of type BSTR