MsoFileFindView Enumeration

Specifies view to use for a file find process.

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

Syntax

'Declaration
Public Enumeration MsoFileFindView
'Usage
Dim instance As MsoFileFindView
public enum MsoFileFindView

Members

Member name Description
msoViewFileInfo View file information.
msoViewPreview View preview of file.
msoViewSummaryInfo View summary information.

Remarks

Used with the FileFind object. This object is no longer supported.

See Also

Reference

Microsoft.Office.Core Namespace