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


IFileCrawler2.FolderSort Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (DataSourcesRaster)  

IFileCrawler2.FolderSort Property

The folder sorter object associated with the crawler.

[Visual Basic .NET]
Public Property FolderSort As IFolderSort
[C#]
public IFolderSort FolderSort {get; set;}
[C++]
HRESULT get_FolderSort(
  IFolderSort** ppFolderSort
);
[C++]
HRESULT putref_FolderSort(
  IFolderSort* ppFolderSort
);
[C++]

Parameters ppFolderSort [out, retval]
ppFolderSort is a parameter of type IFolderSort ppFolderSort [in]
ppFolderSort is a parameter of type IFolderSort

Product Availability

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

See Also

IFileCrawler2 Interface