.NET API Reference for Oracle Identity Connector Framework 11.1.2
E41516-01
Creates a builder with the required parameters specified.

Namespace: Org.IdentityConnectors.Framework.Common.Objects
Assembly: Framework (in Framework.dll) Version: 1.4.0.0 (1.4.0.0)

Syntax

C#
public ScriptContextBuilder(
	string scriptLanguage,
	string scriptText
)

Parameters

scriptLanguage
Type: System..::..String
a string that identifies the language in which the script is written (e.g.,
 Copy imageCopy
bash
,
 Copy imageCopy
csh
,
 Copy imageCopy
Perl4
or
 Copy imageCopy
Python
).
scriptText
Type: System..::..String
The text (i.e., actual characters) of the script.

See Also