Click or drag to resize

imbStringBuilderBaseAppendSection Method

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Appends the section.

Namespace:  imbSCI.Core.reporting.render.core
Assembly:  imbSCI.Core (in imbSCI.Core.dll) Version: 0.3.58.
Syntax
C#
public virtual Object AppendSection(
	string content,
	string title,
	string footnote = null,
	IEnumerable<string> paragraphs = null
)
Request Example View Source

Parameters

content
Type: SystemString
The content.
title
Type: SystemString
The title.
footnote (Optional)
Type: SystemString
The footnote.
paragraphs (Optional)
Type: System.Collections.GenericIEnumerableString
The paragraphs.

Return Value

Type: Object
See Also