📚 SAP Business One SDK Help

SaveToFile Method
See Also 
bstrFileName

Description

Save the object to a file as XML data.

Syntax

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

Parameters

bstrFileName

Remarks

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

See Also