Click or drag to resize

aceLogAppendSection Method

Home | imbSCI | imbACE | imbNLP | imbWEM | imbWBI

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

Parameters

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

Return Value

Type: Object

Implements

ITextAppendContent.AppendSection(String, String, String, IEnumerableString)
See Also