PluginGetPlugin Method

Scanjour Workflow4 Reference Manual
Returns a plugin used in the workflow.

Namespace:  Scanjour.Workflow4.Base
Assembly:  Scanjour.Workflow4.Base (in Scanjour.Workflow4.Base.dll) Version: 24.2.0.0 (24.2.0.0)
Syntax

public static Plugin GetPlugin(
	string assemblyName,
	string interfaceName,
	Uri oDataUri,
	IAuthenticator authenticator,
	string location = null
)

Parameters

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

[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

Type: 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

Reference