Heureka API .NET Documentation
LoadDefaultPricelistIntoControlCategory Method



Control category to set the pricelist into
Loads the default pricelist as set in Heureka into a control category. If none is set, will use a pricelist with preset values
Syntax
'Declaration
 
Public Shared Sub LoadDefaultPricelistIntoControlCategory( _
   ByVal cc As IControlCategory _
) 
'Usage
 
Dim cc As IControlCategory
 
ApiPricelistManager.LoadDefaultPricelistIntoControlCategory(cc)
public static void LoadDefaultPricelistIntoControlCategory( 
   IControlCategory cc
)
public:
static void LoadDefaultPricelistIntoControlCategory( 
   IControlCategory^ cc
) 

Parameters

cc
Control category to set the pricelist into
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