Click or drag to resize

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

imbSCI | imbACE | imbNLP | imbWEM | imbWBI

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

Parameters

output
Type: SystemString
filepath
Type: SystemString
idPath
Type: SystemEnum
description
Type: SystemString
title (Optional)
Type: SystemString

Return Value

Type: FileInfo

Implements

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