📚 SAP Business One SDK Help

SaveToFile Method
See Also 
FileName

Specifies the path and file name of the XML data.

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.

Specifies the path and file name of the XML data.

Remarks

You can use this method for development technologies that do not support return value as an Out parameter, such as ASP.

See Also