Write data to file.

Namespace: Unimaze.Composer.Ubl2.Interfaces
Assembly: Unimaze.Composer.Ubl2 (in Unimaze.Composer.Ubl2.dll) Version: 2.1.200.0 (2.1.0.22)

Syntax

C#
bool WriteToFile(
	string path,
	out string errorMessage
)
Visual Basic
Function WriteToFile ( 
	path As String,
	<OutAttribute> ByRef errorMessage As String
) As Boolean
Visual C++
bool WriteToFile(
	String^ path, 
	[OutAttribute] String^% errorMessage
)
F#
abstract 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.Interfaces.IEmbeddedDocumentBinaryObject.WriteToFile(System.String,System.String@)"]

Return Value

Type: Boolean

[Missing <returns> documentation for "M:Unimaze.Composer.Ubl2.Interfaces.IEmbeddedDocumentBinaryObject.WriteToFile(System.String,System.String@)"]

See Also