| UserIDGeneratorParametersAddNegativeCharString Method |
Add a string of characters to the list of negative characters
White spaces will be removed
Namespace:
Omada.OE.Solution.OIM.Model
Assembly:
Omada.OE.Model (in Omada.OE.Model.dll) Version: 15.0.0.0
Syntaxpublic void AddNegativeCharString(
string negativeCharactersString
)
Parameters
- negativeCharactersString
- Type: SystemString
String containing characters which should be added to the blacklist
See Also