Click or drag to resize

imbStringBuilderBaseAppendCheckList Method

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Appends the check list.

Namespace:  imbSCI.Core.reporting.render.core
Assembly:  imbSCI.Core (in imbSCI.Core.dll) Version: 0.3.58.
Syntax
C#
public virtual void AppendCheckList(
	checkList list,
	bool isVertical,
	checkListItemValue filter = checkListItemValue.none
)
Request Example View Source

Parameters

list
Type: imbSCI.Core.collection.checkListscheckList
The list.
isVertical
Type: SystemBoolean
if set to true [is vertical].
filter (Optional)
Type: imbSCI.Core.collection.checkListscheckListItemValue
The filter.
See Also