SearchResultForCategoriesSearchOptions Property Content Studio 5.7 SDK
Content Studio Web Content Management System

[This is preliminary documentation and is subject to change.]

Sets or gets a value that specifies special options to use during search.
Note Note
This property is ignored when Content Studio uses SQL Server 2000.

Namespace: ContentStudio.Site.ActiveScripting.Search
Assembly: CS_SiteLib (in CS_SiteLib.dll) Version: 5.7.5016.0 (5.7.5016.0)
Syntax

public FulltextSearchFulltextSearchOption SearchOptions { get; set; }

Property Value

Type: FulltextSearchFulltextSearchOption
A combination of the members in the FulltextSearchFulltextSearchOption enumeration. Default value is None.
Exceptions

ExceptionCondition
ArgumentOutOfRangeExceptionThe value is not supported.
See Also

Reference