EventHandlerEnvironmentInputParams 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#
public List<string> InputParams { get; }

Property Value

ListString

Implements

IEventHandlerEnvironmentInputParams

See Also