Share via


CatalogSets2.GetCatalogsNotInCatalogSet Method (PIA)

Use this method to return the catalogs that are not included in a specified catalog set.

Definition

[Visual Basic .NET]

Imports Microsoft.CommerceServer.Interop.Catalog
Imports ADODB26Lib     ‘ for _Recordset
…
Public Function GetCatalogsNotInCatalogSet(
CatalogSetID As String) As _Recordset

[C#]

using Microsoft.CommerceServer.Interop.Catalog;
using ADODB26Lib;                              //For _Recordset
…
public_Recordset GetCatalogsNotInCatalogSet(stringCatalogSetID);

Parameters

[Visual Basic .NET]

  • CatalogSetID
    A String that contains the catalog set ID.

[C#]

  • CatalogSetID
    A string that contains the catalog set ID.

Return Values

[Visual Basic .NET] If this method completes successfully, it returns the _Recordset interface of a Recordset object.

[C#] This method returns an ADODB26Lib._Recordset interface to the Recordset object that will contain the desired catalogs.

Exceptions

This method may throw one of many mapped exceptions or an exception of type COMException. See Standard COM Errors for additional details.

Remarks

The Recordset object returned by this method has a single 128-character field, named CatalogName.

Requirements

Namespace: Microsoft.CommerceServer.Interop.Catalog

Platforms: Windows 2000, Windows Server 2003

Assembly: cs_ctlgsets (in cs_ctlgsets.dll)

See Also

CatalogSets2 Class

Copyright © 2005 Microsoft Corporation.
All rights reserved.