Heureka API .NET Documentation
LoadPricelistIntoControlCategory(String,IControlCategory) Method



Path to the pricelist
Control category to set the pricelist into
Loads a pricelist from file and set it into a control category.
Syntax
'Declaration
 
Public Overloads Shared Sub LoadPricelistIntoControlCategory( _
   ByVal path As String, _
   ByVal cc As IControlCategory _
) 
'Usage
 
Dim path As String
Dim cc As IControlCategory
 
ApiPricelistManager.LoadPricelistIntoControlCategory(path, cc)
public static void LoadPricelistIntoControlCategory( 
   string path,
   IControlCategory cc
)
public:
static void LoadPricelistIntoControlCategory( 
   String^ path,
   IControlCategory^ cc
) 

Parameters

path
Path to the pricelist
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
Overload List

Send Feedback