Writes the document to file.
Namespace: Unimaze.Composer.Ubl2.InterfacesAssembly: Unimaze.Composer.Ubl2 (in Unimaze.Composer.Ubl2.dll) Version: 2.1.200.0 (2.1.0.22)
Syntax
| C# |
|---|
void Write( string fileName ) |
| Visual Basic |
|---|
Sub Write ( fileName As String ) |
| Visual C++ |
|---|
void Write( String^ fileName ) |
| F# |
|---|
abstract Write : fileName : string -> unit |
Parameters
- fileName
- Type: System..::..String
Full filename, or relative to the current path.