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
- searchOptions
Type: Microsoft.CommerceServer.Catalog..::.CommonSearchOptions
Provides properties that customize the catalog search results when performing searches on one or more catalogs.
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
- 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.