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
- catalogSetName
Type: System..::.String
The name of the catalog set to retrieve.
Return Value
Type: Microsoft.CommerceServer.CatalogSets..::.CatalogSet
A CatalogSet object for the specified catalogSetName.
Remarks
A CatalogSets object corresponding to catalogSetName.
Permissions
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.