MsoFileFindView 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 view to use for a file find process.
public enum class MsoFileFindView
public enum MsoFileFindView
type MsoFileFindView =
Public Enum MsoFileFindView
- Inheritance
-
MsoFileFindView
Fields
Name | Value | Description |
---|---|---|
msoViewFileInfo | 1 | View file information. |
msoViewPreview | 2 | View preview of file. |
msoViewSummaryInfo | 3 | View summary information. |
Remarks
Used with the FileFind object. This object is no longer supported.