Share via


MsoSortBy Enumeration 

Specifies sort order for files in a FileSearch object's FoundFiles collection.

Namespace: Microsoft.Office.Core
Assembly: office (in office.dll)

Usage

Dim msoSortBy1 As MsoSortBy = MsoSortBy.msoSortByFileName

Syntax

Public Enum MsoSortBy
public enum MsoSortBy
public enum class MsoSortBy
public enum MsoSortBy
public enum MsoSortBy

Members

Member name Description
msoSortByFileName File name.
msoSortByFileType File type.
msoSortByLastModified Last modified date.
msoSortByNone No sort.
msoSortBySize File size.

Platforms

Development Platforms

Windows XP Home Edition, Windows XP Professional, Windows Server 2003, and Windows 2000

Target Platforms

See Also

Reference

Microsoft.Office.Core Namespace