SearchResultForCategoriesSearchMethod 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 the search method to use.
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 FulltextSearchFulltextSearchMethod SearchMethod { get; set; }

Property Value

Type: FulltextSearchFulltextSearchMethod
One of the members in the FulltextSearchFulltextSearchMethod enumeration. Default value is Contains.
Exceptions

ExceptionCondition
ArgumentOutOfRangeExceptionThe value is not supported.
See Also

Reference