Click or drag to resize

Verb Enumeration

IT Hit User File System
Defines the available actions (verbs) that can be performed on a document, such as opening, editing, or printing.

Namespace:  ITHit.FileSystem.Windows
Assembly:  ITHit.FileSystem.Windows (in ITHit.FileSystem.Windows.dll) Version: 8.3.27213.0
Syntax
public enum Verb
Members
  Member nameValueDescription
Default0 Chooses a default verb to open a document in the associated application.
Edit1 Opens a document for editing.
Open2 Opens a document in the associated application. Not applicable for some applications.
OpenWith3 Show system 'Open With' dialog to select application to be used to open a document. This option is supported on Windows only.
Print4 Prints a document. The application that prints a document is running in a minimized state and automatically closes if printing is successful. If printing fails, the application remains open. To print multiple documents, pass a list of documents as a first parameter. This option is supported on Windows only.
See Also