Click or drag to resize

docScriptExecutionBaseregFileOutput Method (String, String, String, String)

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

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

Parameters

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

Return Value

Type: 

Implements

IRenderExecutionContextregFileOutput(String, String, String, String)
See Also