Share via


GetSpecificationSearchClauses Method

NOTE: This API is now obsolete.

(Obsolete) Use the SpecificationSearch class instead 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 GetSpecificationSearchClauses ( _
    searchHandle As String _
) As ReadOnlyStringCollection
'Usage
Dim instance As ProductCatalog
Dim searchHandle As String
Dim returnValue As ReadOnlyStringCollection

returnValue = instance.GetSpecificationSearchClauses(searchHandle)
[ObsoleteAttribute("Use the SpecificationSearch class instead the CatalogContext specification search methods.")]
public ReadOnlyStringCollection GetSpecificationSearchClauses(
    string searchHandle
)
[ObsoleteAttribute(L"Use the SpecificationSearch class instead the CatalogContext specification search methods.")]
public:
ReadOnlyStringCollection^ GetSpecificationSearchClauses(
    String^ searchHandle
)
public function GetSpecificationSearchClauses(
    searchHandle : String
) : ReadOnlyStringCollection

Parameters

  • searchHandle
    Type: System..::.String
    The specification search handle. May not be nullNothingnullptra null reference (Nothing in Visual Basic).

Return Value

Type: Microsoft.CommerceServer.Runtime..::.ReadOnlyStringCollection
A ReadOnlyStringCollection containing the specification search clauses.

Remarks

Use this method to get the array of specification search clauses represented by the specification search handle.

Permissions

See Also

Reference

ProductCatalog Class

ProductCatalog Members

Microsoft.CommerceServer.Catalog Namespace