Share via


BeginSpecificationSearch Method (String)

Specification search starting point.

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

Syntax

'Declaration
Public Function BeginSpecificationSearch ( _
    categoryName As String _
) As SpecificationSearch
'Usage
Dim instance As ProductCatalog
Dim categoryName As String
Dim returnValue As SpecificationSearch

returnValue = instance.BeginSpecificationSearch(categoryName)
public SpecificationSearch BeginSpecificationSearch(
    string categoryName
)
public:
SpecificationSearch^ BeginSpecificationSearch(
    String^ categoryName
)
public function BeginSpecificationSearch(
    categoryName : String
) : SpecificationSearch

Parameters

Return Value

Type: Microsoft.CommerceServer.Catalog..::.SpecificationSearch
A SpecificationSearch containing the search handle mechanism.

Remarks

Encapsulates the search handle mechanism into a SpecificationSearch class which is returned by this object

Permissions

See Also

Reference

ProductCatalog Class

ProductCatalog Members

BeginSpecificationSearch Overload

Microsoft.CommerceServer.Catalog Namespace