Click or drag to resize

IDocumentRenderAppendInfo Method

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Sets document description information

Namespace:  imbSCI.Core.reporting.render
Assembly:  imbSCI.Core (in imbSCI.Core.dll) Version: 0.3.58.
Syntax
C#
Object AppendInfo(
	PropertyCollection data,
	bool alsoAppendAsPairs,
	params templateFieldBasic[] fieldsToUse
)
Request Example View Source

Parameters

data
Type: System.DataPropertyCollection
Property collection that applies info
alsoAppendAsPairs
Type: SystemBoolean
If TRUE it will also create output using AppendPairs method
fieldsToUse
Type: imbSCI.Data.enums.fieldstemplateFieldBasic
What fields to use?

Return Value

Type: Object
See Also