Click or drag to resize

IDocumentRenderAppendData Method

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Updates internal meta data storage (custom properties/references/fields) according mode.

Namespace:  imbSCI.Core.reporting.render
Assembly:  imbSCI.Core (in imbSCI.Core.dll) Version: 0.3.58.
Syntax
C#
Object AppendData(
	PropertyCollection data,
	existingDataMode mode,
	bool alsoAppendAsPairs
)
Request Example View Source

Parameters

data
Type: System.DataPropertyCollection
New data
mode
Type: imbSCI.Core.enumsexistingDataMode
Policy on combining data
alsoAppendAsPairs
Type: SystemBoolean
If TRUE it will also create output using AppendPairs method

Return Value

Type: Object
OuterXML/String or proper DOM object of container - if created
See Also