  | 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
Syntaxstring OnGetSourcePassword(
	string fileName
)
Parameters
- fileName
 - Type: SystemString
The path to the source file. 
Return Value
Type: 
StringA password to open the source file.
See Also