Click or drag to resize

docScriptinsertSub Method

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Inserts set of instructions

Namespace:  imbSCI.Reporting.script
Assembly:  imbSCI.Reporting (in imbSCI.Reporting.dll) Version: 0.3.70.
Syntax
C#
public void insertSub(
	IList<docScriptInstruction> source,
	IMetaContentNested parent = null
)
Request Example View Source

Parameters

source
Type: System.Collections.GenericIListdocScriptInstruction
The source.
parent (Optional)
Type: imbSCI.Core.interfacesIMetaContentNested
See Also