BCDocumentTemplateUISaveToFile Method |
Saves the content of the document template to the specified file.
Namespace: BlueCieloECM.InnoCielo.Meridian.ClientAssembly: BlueCieloECM.InnoCielo.Meridian (in BlueCieloECM.InnoCielo.Meridian.dll) Version: 4.0.0.0 (4.0.19.0)
Syntax public void SaveToFile(
string filePath
)
Public Sub SaveToFile (
filePath As String
)
public:
void SaveToFile(
String^ filePath
)
member SaveToFile :
filePath : string -> unit
Parameters
- filePath
- Type: SystemString
The path to a file to save to.
See Also