Share via


FilterSearchOptions Method

Filters the search options to prevent unusually large requests.

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

Syntax

'Declaration
Protected Friend Overrides Sub FilterSearchOptions ( _
    searchOptions As CommonSearchOptions _
)
'Usage
Dim searchOptions As CommonSearchOptions

Me.FilterSearchOptions(searchOptions)
protected internal override void FilterSearchOptions(
    CommonSearchOptions searchOptions
)
protected public:
virtual void FilterSearchOptions(
    CommonSearchOptions^ searchOptions
) override
protected internal override function FilterSearchOptions(
    searchOptions : CommonSearchOptions
)

Parameters

Remarks

This function which provides limiting/filtering on searchOptions. You can use the properties in this class to customize catalog search results. To do this, create an instance of this class, set the appropriate properties and pass the instance as a Search parameter to the method to apply the filter criteria.

Permissions

See Also

Reference

CatalogWebService Class

CatalogWebService Members

Microsoft.CommerceServer.Catalog.WebService Namespace