Initializes a new instance of the SearchCriteriaCollection class containing the elements of the specified source collection.

Namespace: DotNetNuke.Services.Search
Assembly: DotNetNuke (in DotNetNuke.dll)

Syntax

C#
public SearchCriteriaCollection(
	string value
)
Visual Basic
Public Sub New ( 
	value As String
)

Parameters

value
Type: System..::..String
A criteria string with which to initialize the collection

See Also