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


IQueryPathsParameters.FoldersOnly Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > IQ > IQueryPathsParameters Interface > IQueryPathsParameters.FoldersOnly Property
ArcGIS Developer Help

IQueryPathsParameters.FoldersOnly Property

Indicates whether only folder paths are returned.

[Visual Basic .NET]
Public Property FoldersOnly As Boolean
[C#]
public bool FoldersOnly {get; set;}
[C++]
HRESULT get_FoldersOnly(
  VARIANT_BOOL pbFoldersOnly
);
[C++]
HRESULT put_FoldersOnly(
  Boolean* pbFoldersOnly
);
[C++]
Parameters
pbFoldersOnly [in]

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

Product Availability

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

See Also

IQueryPathsParameters Interface