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