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
- 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.