Click or drag to resize

aceLogAppendFromFile Method

Home | imbSCI | imbACE | imbNLP | imbWEM | imbWBI

Namespace:  imbACE.Core.core
Assembly:  imbACE.Core (in imbACE.Core.dll) Version: 0.2
Syntax
C#
public void AppendFromFile(
	string sourcepath,
	templateFieldSubcontent datakey = templateFieldSubcontent.none,
	bool isLocalSource = false
)
Request Example View Source

Parameters

sourcepath
Type: SystemString
datakey (Optional)
Type: templateFieldSubcontent
isLocalSource (Optional)
Type: SystemBoolean

Implements

ITextAppendContent.AppendFromFile(String, templateFieldSubcontent, Boolean)
See Also