IPluginApiExecute Method |
Note: This API is now obsolete.
Namespace: Casewhere.Runtime.DSL.Api
[ObsoleteAttribute("Should only use this method for old plugins")] Object Execute( string pluginName, string methodName, Dictionary<string, string> parameters )
var parameters = new Dictionary<string, string>(); var parameters.Add("username", "msliteh"); var candidateObj = pluginApi.Execute("ExamplePlugin", "GetCandidateByUsername", parameters);