Click or drag to resize

metaHeader Constructor (String, String, String)

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Main constructor for header

Namespace:  imbSCI.Reporting.meta.blocks
Assembly:  imbSCI.Reporting (in imbSCI.Reporting.dll) Version: 0.3.70.
Syntax
C#
public metaHeader(
	string __title,
	string __description,
	params string[] inputs
)
Request Example View Source

Parameters

__title
Type: SystemString
Title of the document
__description
Type: SystemString
Description line
inputs
Type: SystemString
Extra content lines -- shown under description
See Also