Click or drag to resize

docScriptStandaloneContextWrappergetFileInfo Method

imbSCI | imbACE | imbNLP | imbWEM | imbWBI

Namespace:  imbSCI.Reporting.script
Assembly:  imbSCI.Reporting (in imbSCI.Reporting.dll) Version: 0.3.70.
Syntax
C#
public FileInfo getFileInfo(
	string basename,
	getWritableFileMode mode,
	reportOutputFormatName format
)
Request Example View Source

Parameters

basename
Type: SystemString
mode
Type: imbSCI.Data.enumsgetWritableFileMode
format
Type: imbSCI.Core.reporting.formatreportOutputFormatName

Return Value

Type: FileInfo

Implements

IRenderExecutionContextgetFileInfo(String, getWritableFileMode, reportOutputFormatName)
See Also