Remove the specified object of type SearchResultsInfo from the collection.

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

Syntax

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

Parameters

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

See Also