Share via


MsoFileFindView Enumeration 

Specifies view to use for a file find process.

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

Usage

Dim msoFileFindView1 As MsoFileFindView = MsoFileFindView.msoViewFileInfo

Syntax

Public Enum MsoFileFindView
public enum MsoFileFindView
public enum class MsoFileFindView
public enum 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.

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