BCDocumentTemplateUIImportFile Method (IWin32Window, Boolean, String, String) | 
 
            Replaces the document with the content of an external file.
            
 
    Namespace: 
   BlueCieloECM.InnoCielo.Meridian.Client
    Assembly:
   BlueCieloECM.InnoCielo.Meridian (in BlueCieloECM.InnoCielo.Meridian.dll) Version: 4.0.0.0 (4.0.111.0)
Syntaxpublic void ImportFile(
	IWin32Window owner,
	bool showDialog,
	string filePath,
	string dialogTitle
)
Public Sub ImportFile ( 
	owner As IWin32Window,
	showDialog As Boolean,
	filePath As String,
	dialogTitle As String
)
Parameters
- owner
 - Type: System.Windows.FormsIWin32Window
            Any object that implements the IWin32Window interface 
            that represents the top-level window that will own the modal dialog box.
             - showDialog
 - Type: SystemBoolean
            A value indicating whether to show a dialog box.
             - filePath
 - Type: SystemString
            The file path to import content from. 
            If , then the File Open dialog will be shown.
             - dialogTitle
 - Type: SystemString
            The title of the dialog box.
             
See Also