Share via


CatalogSearch.SearchOptions Property (BCL)

The SearchOptions property contains the search options used for the search.

Definition

[Visual Basic .NET]

Public Property SearchOptions As CatalogSearchOptions

[C#]

public CatalogSearchOptions SearchOptions{get; set;} 

Property Value

A SearchOptions object that contains the search options.

Remarks

The .NET Base Class Library allows you to specify the search options for most of the methods returning Datasets or ReadOnlyCollections, but not all the methods support all parameters. The following table describes which method supports which parameter.

CatalogContext Object

MethodName StartRecord RecordsToRetrieve PropertiesToReturn ClassType SortProperty SortOrder
GetCatalogs Yes Yes No No No No

ProductCatalog Object

MethodName StartRecord RecordsToRetrieve PropertiesToReturn ClassType SortProperty SortOrder
GetRootCategories Yes Yes Yes Only Categories are returned Yes Yes
GetRootProducts Yes Yes Yes Only Products and families are returned Yes Yes
PerformSpecificationSearch No Yes Yes Yes No No
GuaranteedSpecificationSearch No Yes Yes Yes No No

Product Object

MethodName StartRecord RecordsToRetrieve PropertiesToReturn ClassType SortProperty SortOrder
GetVariants No No No No Yes No

Category Object

MethodName StartRecord RecordsToRetrieve PropertiesToReturn ClassType SortProperty SortOrder
Search Yes Yes Yes Yes Yes Yes
GetProducts Yes Yes Yes Only Products and families are returned Yes Yes
GetChildCategories Yes Yes Yes Only Categories are returned Yes Yes

CatalogSearch Object

MethodName StartRecord RecordsToRetrieve PropertiesToReturn ClassType SortProperty SortOrder
Search Yes Yes Yes Yes Yes Yes

Requirements

Namespace: Microsoft.CommerceServer.Runtime.Catalog

Platforms: Windows 2000, Windows Server 2003

Assembly: Microsoft.CommerceServer.Runtime.dll

Copyright © 2005 Microsoft Corporation.
All rights reserved.