📚 SAP Business One SDK Help

SaveToFile Method
See Also 
FileName

Specifies the path and file name of the XML data.

Description

Save the object to a file as XML data.

Syntax

Visual Basic
Public Sub SaveToFile( _
   ByVal FileName As String _
) 

Parameters

FileName

Specifies the path and file name of the XML data.

See Also