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
)
Function ExecVerb (
Optional verb As Verb = Verb.Default
) As Boolean
bool ExecVerb(
Verb verb = Verb::Default
)
abstract ExecVerb :
?verb : Verb
(* Defaults:
let _verb = defaultArg verb Verb.Default
*)
-> bool
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:
Booleantrue if the action was executed successfully; otherwise,
false.
See Also