Share via


CatalogSearch Constructor (CatalogContext) (BCL)

Use this method to create a new instance of the CatalogSearch class using the specified CatalogContext object.

Definition

[Visual Basic .NET]

Public Sub New( _ByValcatalogContext As CatalogContext _
) 

[C#]

public CatalogSearch(CatalogContextcatalogContext);

Parameters

[Visual Basic .NET]

  • catalogContext
    The CatalogContext object for the search.

[C#]

  • catalogContext
    The CatalogContext object for the search.

Requirements

Namespace: Microsoft.CommerceServer.Runtime.Catalog

Platforms: Windows 2000, Windows Server 2003

Assembly: Microsoft.CommerceServer.Runtime.dll

Copyright © 2005 Microsoft Corporation.
All rights reserved.