Click or drag to resize

stringTemplateConverterCollectionRegisterContainer Method

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Registers container with opening and closing templates

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

Parameters

templateKey
Type: SystemObject
The template key.
openTemplate
Type: SystemString
The open template.
closeTemplate
Type: SystemString
The close template.
See Also