






|
| UltimateSearch Class Library |
| UltimateSearchOutput..::..RemoveFromIndex Method |
| UltimateSearchOutput Class See Also Send Feedback |
Remove the specified urls from the index.
Namespace: Karamasoft.WebControls.UltimateSearch
Assembly: UltimateSearch (in UltimateSearch.dll) Version: 3.7.4186.26690
Syntax
| C# |
|---|
public void RemoveFromIndex( string[] urlList ) |
| Visual Basic |
|---|
Public Sub RemoveFromIndex ( _ urlList As String() _ ) |
| Visual C++ |
|---|
public: void RemoveFromIndex( array<String^>^ urlList ) |
Parameters
- urlList
- Type: array<System..::..String>[]()[][]
List of urls to be removed from the index.
