Heureka API .NET Documentation
LoadPricelist Method



Path to the pricelist
Loads and returns a pricelist from a path
Syntax
'Declaration
 
Public Shared Function LoadPricelist( _
   ByVal path As String _
) As Pricelist
'Usage
 
Dim path As String
Dim value As Pricelist
 
value = ApiPricelistManager.LoadPricelist(path)
public static Pricelist LoadPricelist( 
   string path
)
public:
static Pricelist^ LoadPricelist( 
   String^ path
) 

Parameters

path
Path to the pricelist

Return Value

The pricelist loaded from the path
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

ApiPricelistManager Class
ApiPricelistManager Members

Send Feedback