📚 SAP Business One SDK Help

SaveToFile Method
See Also 
bstrFileName

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 bstrFileName As String _
) 

Parameters

bstrFileName

Specifies the path and file name of the XML data.

See Also