Remove the specified object of type SearchCriteria from the collection.

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

Syntax

C#
public void Remove(
	SearchCriteria value
)
Visual Basic
Public Sub Remove ( 
	value As SearchCriteria
)

Parameters

value
Type: DotNetNuke.Services.Search..::..SearchCriteria
An object of type SearchCriteria to remove to the collection.

See Also