Click or drag to resize

docScriptadd Method (appendType, docScriptArguments)

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Adds new instruction into script

Namespace:  imbSCI.Reporting.script
Assembly:  imbSCI.Reporting (in imbSCI.Reporting.dll) Version: 0.3.70.
Syntax
C#
public docScriptInstruction add(
	appendType __type,
	params docScriptArguments[] __arguments
)
Request Example View Source

Parameters

__type
Type: imbSCI.Data.enums.appendsappendType
The type.
__arguments
Type: imbSCI.Reporting.scriptdocScriptArguments
The arguments.

Return Value

Type: docScriptInstruction
See Also