Click or drag to resize

builderForMarkdownAppend Method

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Appends inline or new line content

Namespace:  imbSCI.Core.reporting.render.builders
Assembly:  imbSCI.Core (in imbSCI.Core.dll) Version: 0.3.58.
Syntax
C#
public override void Append(
	string content,
	appendType type = appendType.none,
	bool breakLine = false
)
Request Example View Source

Parameters

content
Type: SystemString
String content to be wrapped into container
type (Optional)
Type: imbSCI.Data.enums.appendsappendType
Container type - for text it is always none
breakLine (Optional)
Type: SystemBoolean
Inline (FALSE) or new line (TRUE)

Implements

ITextAppendContentAppend(String, appendType, Boolean)
See Also