Returns a plugin used in the workflow.
Namespace: Scanjour.Workflow4.BaseAssembly: Scanjour.Workflow4.Base (in Scanjour.Workflow4.Base.dll) Version: 24.5.0.0 (24.5.0.0)
Syntaxpublic static Plugin GetPlugin(
string assemblyName,
string interfaceName,
Uri oDataUri,
IAuthenticator authenticator,
string location = null
)
Public Shared Function GetPlugin (
assemblyName As String,
interfaceName As String,
oDataUri As Uri,
authenticator As IAuthenticator,
Optional location As String = Nothing
) As Plugin
public:
static Plugin^ GetPlugin(
String^ assemblyName,
String^ interfaceName,
Uri^ oDataUri,
IAuthenticator^ authenticator,
String^ location = nullptr
)
static member GetPlugin :
assemblyName : string *
interfaceName : string *
oDataUri : Uri *
authenticator : IAuthenticator *
?location : string
(* Defaults:
let _location = defaultArg location null
*)
-> Plugin
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