Share via


BeginSpecificationSearch Method (String, SpecificationSearchPropertyResult[])

NOTE: This API is now obsolete.

(Obsolete) Use the SpecificationSearch class, with the CatalogContext specification search methods.

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

Syntax

'Declaration
<ObsoleteAttribute("Use the SpecificationSearch class instead the CatalogContext specification search methods.")> _
Public Function BeginSpecificationSearch ( _
    categoryName As String, _
    <OutAttribute> ByRef propertyValues As SpecificationSearchPropertyResult() _
) As String
'Usage
Dim instance As ProductCatalog
Dim categoryName As String
Dim propertyValues As SpecificationSearchPropertyResult()
Dim returnValue As String

returnValue = instance.BeginSpecificationSearch(categoryName, _
    propertyValues)
[ObsoleteAttribute("Use the SpecificationSearch class instead the CatalogContext specification search methods.")]
public string BeginSpecificationSearch(
    string categoryName,
    out SpecificationSearchPropertyResult[] propertyValues
)
[ObsoleteAttribute(L"Use the SpecificationSearch class instead the CatalogContext specification search methods.")]
public:
String^ BeginSpecificationSearch(
    String^ categoryName, 
    [OutAttribute] array<SpecificationSearchPropertyResult^>^% propertyValues
)
public function BeginSpecificationSearch(
    categoryName : String, 
    propertyValues : SpecificationSearchPropertyResult[]
) : String

Parameters

Return Value

Type: System..::.String
Returns a search handle

Remarks

Part of the old specification searching mechanism, replaced by SpecificationSearch object.

Permissions

See Also

Reference

ProductCatalog Class

ProductCatalog Members

BeginSpecificationSearch Overload

Microsoft.CommerceServer.Catalog Namespace