Click or drag to resize

metaCustomizedSimplePageAddBlock Method

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Adds another block

Namespace:  imbSCI.Reporting.meta.page
Assembly:  imbSCI.Reporting (in imbSCI.Reporting.dll) Version: 0.3.70.
Syntax
C#
public metaDocScriptBlock AddBlock(
	string title,
	string description,
	IEnumerable<string> lines
)
Request Example View Source

Parameters

title
Type: SystemString
The title.
description
Type: SystemString
The description.
lines
Type: System.Collections.GenericIEnumerableString
The lines.

Return Value

Type: metaDocScriptBlock
See Also