Click or drag to resize

aceLogaddDocument 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 addDocument(
	string name,
	bool scopeToNew = true,
	getWritableFileMode mode = getWritableFileMode.autoRenameExistingOnOtherDate,
	reportOutputFormatName format = reportOutputFormatName.none
)
Request Example View Source

Parameters

name
Type: SystemString
scopeToNew (Optional)
Type: SystemBoolean
mode (Optional)
Type: getWritableFileMode
format (Optional)
Type: reportOutputFormatName

Return Value

Type: Object

Implements

ITextRender.addDocument(String, Boolean, getWritableFileMode, reportOutputFormatName)
See Also