Click or drag to resize

aceFileToolBaseTprocessFiles Method

imbSCI | imbACE | imbNLP | imbWEM | imbWBI

Namespace:  imbSCI.Core.files.job
Assembly:  imbSCI.Core (in imbSCI.Core.dll) Version: 0.3.58.
Syntax
C#
public abstract string processFiles(
	int startIndex = -1,
	bool doLog = false,
	int takeSize = 0,
	int defaultTakeSize = 0
)
Request Example View Source

Parameters

startIndex (Optional)
Type: SystemInt32
doLog (Optional)
Type: SystemBoolean
takeSize (Optional)
Type: SystemInt32
defaultTakeSize (Optional)
Type: SystemInt32

Return Value

Type: String
See Also