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.
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
- categoryName
Type: System..::.String
Name of category to search
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
- 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.