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


IIndexingConfiguration.Recursive Property (ArcObjects .NET 10.8 SDK)
ArcGIS Developer Help

IIndexingConfiguration.Recursive Property

Indicates whether to recursively get the children of target path.

[Visual Basic .NET]
Public Property Recursive As Boolean
[C#]
public bool Recursive {get; set;}
[C++]
HRESULT get_Recursive(
  Boolean* pRecursive
);
[C++]
HRESULT put_Recursive(
  VARIANT_BOOL pRecursive
);
[C++]
Parameters
pRecursive [out, retval]

pRecursive is a parameter of type bool* pRecursive [in]
pRecursive is a parameter of type bool

Product Availability

No record for Search in Libraries found

See Also

IIndexingConfiguration Interface