Click or drag to resize

exeAppendTemplateBundleItemgetFromSource Method

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Gets the source files into temporary directory, unpack it and returns list of all files aquired;

Namespace:  imbSCI.Reporting.script.exeAppenders
Assembly:  imbSCI.Reporting (in imbSCI.Reporting.dll) Version: 0.3.70.
Syntax
C#
public List<string> getFromSource(
	IRenderExecutionContext context,
	ITextRender render,
	DirectoryInfo deployDir,
	string deployFilename = ""
)
Request Example View Source

Parameters

context
Type: imbSCI.Core.reporting.renderIRenderExecutionContext
The context.
render
Type: imbSCI.Core.reporting.renderITextRender
The render.
deployDir
Type: System.IODirectoryInfo
The deploy dir.
deployFilename (Optional)
Type: SystemString
The deploy filename.

Return Value

Type: ListString
See Also