M-Files Vault Application Framework
C#
Show/Hide TOC
Event
Handler
Environment
Input
Params Property
An array of input parameters passed. (Assumes they were in JSON array format)
Definition
Namespace:
MFiles.VAF.Common
Assembly:
MFiles.VAF (in MFiles.VAF.dll) Version: 24.1.706.1
C#
Copy
public
List
<
string
>
InputParams
{
get
; }
Property Value
List
String
Implements
IEventHandlerEnvironment
InputParams
See Also
Reference
EventHandlerEnvironment Class
MFiles.VAF.Common Namespace
In This Article
Definition
Property Value
Implements
See Also