Click or drag to resize

imbStringBuilderBasegetContentBlocks Method

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Gets the content blocks - returns content in subsections, where main content is in main

Namespace:  imbSCI.Core.reporting.render.core
Assembly:  imbSCI.Core (in imbSCI.Core.dll) Version: 0.3.58.
Syntax
C#
public virtual PropertyCollection getContentBlocks(
	bool includeMain,
	reportOutputFormatName format = reportOutputFormatName.none
)
Request Example View Source

Parameters

includeMain
Type: SystemBoolean
if set to true [include main].
format (Optional)
Type: imbSCI.Core.reporting.formatreportOutputFormatName

Return Value

Type: PropertyCollection
See Also