This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > IF > IFileCrawler2 Interface > IFileCrawler2.FolderSort Property (ArcObjects .NET 10.4 SDK) |
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