GetSearchOptionsData Method

For the latest version of Commerce Server 2007 Help, see the Microsoft Web site.

Returns the underlying CatalogSearchOptions object.

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

Syntax

'Declaration
<BrowsableAttribute(False)> _
Protected Function GetSearchOptionsData As CommonSearchOptions
'Usage
Dim returnValue As CommonSearchOptions

returnValue = Me.GetSearchOptionsData()
[BrowsableAttribute(false)]
protected CommonSearchOptions GetSearchOptionsData()
[BrowsableAttribute(false)]
protected:
CommonSearchOptions^ GetSearchOptionsData()
protected function GetSearchOptionsData() : CommonSearchOptions

Return Value

Type: CommonSearchOptions
A CommonSearchOptions containing the search options.

Remarks

This member supports the .NET Framework infrastructure and is not intended to be used directly from your code.

This method is meant for internal-only usage.

Permissions

See Also

Reference

CommonSearchOptions Class

CommonSearchOptions Members

Microsoft.CommerceServer.Catalog Namespace