CommerceContext.GetCatalogsForUser Method (BCL)

Use this method to get the list of catalogs for the current user.

Definition

[Visual Basic .NET]

Public Function GetCatalogsForUser( _) As ReadOnlyStringCollection

[C#]

public ReadOnlyStringCollection GetCatalogsForUser();

Return Value

The list of catalogs that should be shown to the given user.

Requirements

Namespace: Microsoft.CommerceServer.Runtime

Platforms: Windows 2000, Windows Server 2003

Assembly: Microsoft.CommerceServer.Runtime.dll

See Also

Example Code for the Microsoft.CommerceServer.Runtime.Catalog Namespace

Copyright © 2005 Microsoft Corporation.
All rights reserved.