GetCatalogSet Method (Guid)

For the latest version of Commerce Server 2007 Help, see the Microsoft Web site.

Returns a CatalogSet object for the specified catalogSetId.

Namespace:  Microsoft.CommerceServer.CatalogSets
Assembly:  Microsoft.CommerceServer.Catalog (in Microsoft.CommerceServer.Catalog.dll)

Syntax

'Declaration
Public Function GetCatalogSet ( _
    catalogSetId As Guid _
) As CatalogSet
'Usage
Dim instance As CatalogSetsContext
Dim catalogSetId As Guid
Dim returnValue As CatalogSet

returnValue = instance.GetCatalogSet(catalogSetId)
public CatalogSet GetCatalogSet(
    Guid catalogSetId
)
public:
CatalogSet^ GetCatalogSet(
    Guid catalogSetId
)
public function GetCatalogSet(
    catalogSetId : Guid
) : CatalogSet

Parameters

Return Value

Type: Microsoft.CommerceServer.CatalogSets..::.CatalogSet
A catalogSet object for the specified catalogSetId.

Remarks

This method returns a CatalogSets object corresponding to a specific catalogSetId.

Permissions

See Also

Reference

CatalogSetsContext Class

CatalogSetsContext Members

GetCatalogSet Overload

Microsoft.CommerceServer.CatalogSets Namespace