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


IFolderSort.Sort Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > IF > IFolderSort Interface > IFolderSort.Sort Method
ArcGIS Developer Help

IFolderSort.Sort Method

Reorders the content of a folder.

[Visual Basic .NET]
Public Sub Sort ( _
    ByVal pFolderContents As IStringArray _
)
[C#]
public void Sort (
    IStringArray pFolderContents
);
[C++]
HRESULT Sort(
  IStringArray* pFolderContents
);
[C++]
Parameters
pFolderContents [in]

pFolderContents is a parameter of type IStringArray*

Product Availability

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

See Also

IFolderSort Interface