Remove the specified object of type SearchItemInfo from the collection.

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

Syntax

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

Parameters

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

See Also