Click or drag to resize

stringTemplateConverterCollectionGetContainerClose Method

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Gets the closing line for the container

Namespace:  imbSCI.Core.reporting.template
Assembly:  imbSCI.Core (in imbSCI.Core.dll) Version: 0.3.58.
Syntax
C#
public string GetContainerClose(
	Object templateKey,
	PropertyCollection valuesForCloseTag = null
)
Request Example View Source

Parameters

templateKey
Type: SystemObject
The template key.
valuesForCloseTag (Optional)
Type: System.DataPropertyCollection
The values for close tag.

Return Value

Type: String
See Also