Click or drag to resize

IClientNotificationsExecVerb Method

IT Hit User File System
Executes the specified action (verb) on a document.

Namespace:  ITHit.FileSystem.Windows
Assembly:  ITHit.FileSystem.Windows (in ITHit.FileSystem.Windows.dll) Version: 8.3.27213.0
Syntax
bool ExecVerb(
	Verb verb = Verb.Default
)

Parameters

verb (Optional)
Type: ITHit.FileSystem.WindowsVerb
The action to perform, such as opening, editing, or printing the document. If not specified, the Default action will be used.

Return Value

Type: Boolean
true if the action was executed successfully; otherwise, false.
See Also