Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
- catalogSetId
Type: System..::.Guid
The catalogSetId.
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
- 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.