MsoSortBy Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Specifies sort order for files in a FileSearch object's FoundFiles collection.
public enum class MsoSortBy
public enum MsoSortBy
type MsoSortBy =
Public Enum MsoSortBy
- Inheritance
-
MsoSortBy
Fields
Name | Value | Description |
---|---|---|
msoSortByFileName | 1 | File name. |
msoSortBySize | 2 | File size. |
msoSortByFileType | 3 | File type. |
msoSortByLastModified | 4 | Last modified date. |
msoSortByNone | 5 | No sort. |