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


IFileCrawler.Recurse 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.Recurse Property
ArcGIS Developer Help

IFileCrawler.Recurse Property

Indicates whether folders are recursively traversed.

[Visual Basic .NET]
Public Property Recurse As Boolean
[C#]
public bool Recurse {get; set;}
[C++]
HRESULT get_Recurse(
  VARIANT_BOOL pbParseRecursively
);
[C++]
HRESULT put_Recurse(
  Boolean* pbParseRecursively
);
[C++]
Parameters
pbParseRecursively [in]

pbParseRecursively is a parameter of type bool pbParseRecursively [out, retval]
pbParseRecursively is a parameter of type bool*

Product Availability

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

See Also

IFileCrawler Interface