📚 SAP Business One SDK Help

Get Method
See Also 
pIAssetDocumentParams
The key of the asset document to retrieve.

Description

Retrieves an asset document.

The asset document is specified by its key, which is contained in the AssetDocumentParams object passed to the method.

Syntax

Visual Basic
Public Function Get( _
   ByVal pIAssetDocumentParams As AssetDocumentParams _
) As AssetDocument

Parameters

pIAssetDocumentParams
The key of the asset document to retrieve.

See Also