📚 SAP Business One SDK Help

GetSection Method
See Also 
pISectionParams

The key of the section to retrieve.

Description

Retrieves a section.

The section is specified by its key (AbsId), which is contained in the SectionParams object passed to the method.

Syntax

Visual Basic
Public Function GetSection( _
   ByVal pISectionParams As SectionParams _
) As Section

Parameters

pISectionParams

The key of the section to retrieve.

Return Type

The section with the specified key.

Example

See Also