Click or drag to resize

PluginOnGetSourcePassword 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#
public virtual 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.

Implements

IPluginOnGetSourcePassword(String)
See Also