Add
Leave feedback
On this page
Adds the specified pair of alias and associated text to this instance of the AliasDictionary.
public void Add(string alias, string text)
| Parameter | Type | Description |
|---|---|---|
| alias | String | The alias to add to the dictionary. |
| text | String | The text to be associated with the alias. |
| exception | condition |
|---|---|
| ArgumentNullException | Thrown when alias or text is null. |
| ArgumentException | Alias contains character that is not from the ranges a-b and 0-9. |
- 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.