| Ravi Shankar 2006-02-26, 10:46 am |
| Hi Robert,
CatalogSet API at
http://msdn.microsoft.com/library/?....asp?frame=true
For this to work you should have create catalogsets amd assigned to users
profiles. By Default there are two catalogsets available (created) one for
registered users and one for anonymous users. There is a provision for
storing the cataogset id in the default UserProfile.
The site code typically should work like
1. If current user is authenticated then get the catalog set from user
profile
2. If userprofile does not have a catalog set id then use the "registered
User" catalog set
3. otherwise (anonymous user) use the "anonymous user" catalog set.
--
Ravi Shankar
"Robert" wrote:
> Hi,
> I want to list the catalog/Category for specific users using commerce
> server API(programmatically using .net BCP).
>
> regards
> Robert.
>
>
>
|