| Vinayak Tadas[MSFT] 2005-04-14, 8:47 pm |
| The BCLs do not provide data management/updating functionality. They
provide runtime/readpnly functionality where you can get information from
the catalog system like GetCatalogs, GetCategories etc.
you can still use the COM API for data management functionality
--------------------
Thread-Topic: Programatically Adding Product to Category
thread-index: AcVA+4t6eEpDruViSzy6W06/h1ICGA==
X-WBNR-Posting-Host: 65.217.204.139
From: "=?Utf-8?B?Y2J1ZGE=?=" <cbuda@discussions.microsoft.com>
Subject: Programatically Adding Product to Category
Date: Thu, 14 Apr 2005 07:09:17 -0700
Lines: 4
Message-ID: <5F786717-B5A9-451A-9252-697389CADDC0@microsoft.com>
MIME-Version: 1.0
Content-Type: text/plain;
charset="Utf-8"
Content-Transfer-Encoding: 7bit
X-Newsreader: Microsoft CDO for Windows 2000
Content-Class: urn:content-classes:message
Importance: normal
Priority: normal
X-MimeOLE: Produced By Microsoft MimeOLE V6.00.3790.0
Newsgroups: microsoft.public.commerceserver.catalog
Path: TK2MSFTNGXA01.phx.gbl
Xref: TK2MSFTNGXA01.phx.gbl microsoft.public.commerceserver.catalog:921
NNTP-Posting-Host: tk2msftngxa03.phx.gbl 10.40.2.157
X-Tomcat-NG: microsoft.public.commerceserver.catalog
Before .NET version I could call the Category.AddProduct(ProductID). I am
looking for similar capability in BCL. Can anyone provide any direction?
Thanks
|