SearchResultForCategories Constructor (String, Int32, FulltextSearchContainerListTypes) Content Studio 5.7 SDK
Content Studio Web Content Management System

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

Creates a new instance of the SearchResultForCategories class that writes to the default response stream.

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

public SearchResultForCategories(
	string criteria,
	int[] searchContainers,
	FulltextSearchContainerListTypes containerListType
)

Parameters

criteria
Type: SystemString
The search string argument to use. This parameter cannot be null.
searchContainers
Type: SystemInt32
An array of container ID's to search in. This value can be null or an empty array to search the entire site.
containerListType
Type: ContentStudio.Document.FulltextFulltextSearchContainerListTypes
A value that indicates the type of containers in the SearchContainers parameter.
See Also

Reference