BCDocumentTemplateUISaveToFile Method  | 
 
            Saves the content of the document template to the specified 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 SaveToFile(
	string filePath
)
Public Sub SaveToFile ( 
	filePath As String
)
Parameters
- filePath
 - Type: SystemString
The path to a file to save to. 
See Also