Remove the specified object of type SearchResultsInfo from the collection.
Namespace: DotNetNuke.Services.SearchAssembly: 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.