📚 SAP Business One SDK Help

GetElectronicFileFormat Method
See Also 
pIElectronicFileFormatParams

The key of the electronic file format to retrieve.

Description

Retrieves an electronic file format.

The electronic file format is specified by its key, which is contained in the ElectronicFileFormatParams object passed to the method.

Syntax

Visual Basic
Public Function GetElectronicFileFormat( _
   ByVal pIElectronicFileFormatParams As ElectronicFileFormatParams _
) As ElectronicFileFormat

Parameters

pIElectronicFileFormatParams

The key of the electronic file format to retrieve.

See Also