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 Members
| Member name | Value | Description |
---|
| Default | 0 |
Chooses a default verb to open a document in the associated application.
|
| Edit | 1 |
Opens a document for editing.
|
| Open | 2 |
Opens a document in the associated application. Not applicable for some applications.
|
| OpenWith | 3 |
Show system 'Open With' dialog to select application to be used to open a document. This option is supported on Windows only.
|
| Print | 4 |
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