PluginGetPlugin Method

Returns a plugin used in the workflow.

Definition

Namespace: Scanjour.Workflow4.Base
Assembly: Scanjour.Workflow4.Base (in Scanjour.Workflow4.Base.dll) Version: 24.4.0.0 (24.4.0.0)
C#
public static Plugin GetPlugin(
	string assemblyName,
	string interfaceName,
	Uri oDataUri,
	IAuthenticator authenticator,
	string location = null
)

Parameters

assemblyName  String
The name of the assembly to locate the interface in
interfaceName  String
The name of the interface
oDataUri  Uri
The OData Uri
authenticator  IAuthenticator
The Authenticator for OData access
location  String  (Optional)

[Missing <param name="location"/> documentation for "M:Scanjour.Workflow4.Base.Plugin.GetPlugin(System.String,System.String,System.Uri,WorkZone.OAuth.Authenticator.IAuthenticator,System.String)"]

Return Value

Plugin

[Missing <returns> documentation for "M:Scanjour.Workflow4.Base.Plugin.GetPlugin(System.String,System.String,System.Uri,WorkZone.OAuth.Authenticator.IAuthenticator,System.String)"]

See Also