Click or drag to resize

aceLogAppendFile 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 AppendFile(
	string sourcepath,
	string outputpath,
	bool isDataTemplate = false
)
Request Example View Source

Parameters

sourcepath
Type: SystemString
outputpath
Type: SystemString
isDataTemplate (Optional)
Type: SystemBoolean

Implements

ITextAppendContent.AppendFile(String, String, Boolean)
See Also