Write data to file.
Namespace: Unimaze.Composer.Ubl2.ComponentsAssembly: Unimaze.Composer.Ubl2 (in Unimaze.Composer.Ubl2.dll) Version: 2.1.200.0 (2.1.0.22)
Syntax
| C# |
|---|
public bool WriteToFile( string path, out string errorMessage ) |
| Visual Basic |
|---|
Public Function WriteToFile ( path As String, <OutAttribute> ByRef errorMessage As String ) As Boolean |
| Visual C++ |
|---|
public: virtual bool WriteToFile( String^ path, [OutAttribute] String^% errorMessage ) sealed |
| F# |
|---|
abstract WriteToFile : path : string * errorMessage : string byref -> bool override WriteToFile : path : string * errorMessage : string byref -> bool |
Parameters
- path
- Type: System..::..String
The path where to write the file.
- errorMessage
- Type: System..::..String%
[Missing <param name="errorMessage"/> documentation for "M:Unimaze.Composer.Ubl2.Components.EmbeddedDocumentBinaryObject.WriteToFile(System.String,System.String@)"]
Return Value
Type: Boolean[Missing <returns> documentation for "M:Unimaze.Composer.Ubl2.Components.EmbeddedDocumentBinaryObject.WriteToFile(System.String,System.String@)"]