Click or drag to resize

docScriptExecutionBasesaveFileOutput Method (String, String, String, String, String)

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Saves the file output.

Namespace:  imbSCI.Reporting.script
Assembly:  imbSCI.Reporting (in imbSCI.Reporting.dll) Version: 0.3.70.
Syntax
C#
public FileInfo saveFileOutput(
	string output,
	string filepath,
	string idPath,
	string description,
	string title = ""
)
Request Example View Source

Parameters

output
Type: SystemString
The output.
filepath
Type: SystemString
The filepath.
idPath
Type: SystemString
The identifier path.
description
Type: SystemString
The description.
title (Optional)
Type: SystemString

Return Value

Type: FileInfo

Implements

IRenderExecutionContextsaveFileOutput(String, String, String, String, String)
See Also