BCDocumentUISaveToFile Method |
Saves the content of the document 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.25.0)
Syntaxpublic 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