GetCatalogSet Method (String)

Returns a CatalogSet object for the specified catalogSetName.

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

Syntax

'Declaration
Public Function GetCatalogSet ( _
    catalogSetName As String _
) As CatalogSet
'Usage
Dim instance As CatalogSetsContext
Dim catalogSetName As String
Dim returnValue As CatalogSet

returnValue = instance.GetCatalogSet(catalogSetName)
public CatalogSet GetCatalogSet(
    string catalogSetName
)
public:
CatalogSet^ GetCatalogSet(
    String^ catalogSetName
)
public function GetCatalogSet(
    catalogSetName : String
) : CatalogSet

Parameters

Return Value

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

Remarks

A CatalogSets object corresponding to catalogSetName.

Permissions

See Also

Reference

CatalogSetsContext Class

CatalogSetsContext Members

GetCatalogSet Overload

Microsoft.CommerceServer.CatalogSets Namespace