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
- categoryName
Type: System..::.String
Category name specified.
- propertyValues
Type: array<Microsoft.CommerceServer.Catalog..::.SpecificationSearchPropertyResult>[]()[]%
Out parameter containing the set of properties and their associated searchable values.
Return Value
Type: System..::.String
Returns a search handle
Remarks
Part of the old specification searching mechanism, replaced by SpecificationSearch object.
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.