Remove
Leave feedback
On this page
Removes the specified alias from an AliasDictionary object.
public bool Remove(string alias)
| Parameter | Type | Description |
|---|---|---|
| alias | String | The alias to remove. |
This method returns true if the alias is successfully found and removed. This method returns false if the alias is not found in the AliasDictionary object.
| exception | condition |
|---|---|
| ArgumentNullException | Thrown when alias is null. |
- class AliasDictionary
- namespace GroupDocs.Search.Dictionaries
- assembly GroupDocs.Search
Was this page helpful?
Any additional feedback you'd like to share with us?
Please tell us how we can improve this page.
Thank you for your feedback!
We value your opinion. Your feedback will help us improve our documentation.