Click or drag to resize

stringTemplateConverterCollectionRegister Method

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Registers the specified template under given key

Namespace:  imbSCI.Core.reporting.template
Assembly:  imbSCI.Core (in imbSCI.Core.dll) Version: 0.3.58.
Syntax
C#
public void Register(
	Object templateKey,
	string template
)
Request Example View Source

Parameters

templateKey
Type: SystemObject
The template key.
template
Type: SystemString
The template.
See Also