Click or drag to resize

IPluginOnGetSourcePassword Method

Called when a password is needed to open the source file.

Namespace:  Opait.ReportMiner.Api
Assembly:  Opait.ReportMiner (in Opait.ReportMiner.dll) Version: 1.9.4.12917
Syntax
C#
string OnGetSourcePassword(
	string fileName
)

Parameters

fileName
Type: SystemString
The path to the source file.

Return Value

Type: String
A password to open the source file.
See Also