Click or drag to resize

UserIDGeneratorParametersAddPositiveCharString Method

Add a string of characters to the list of positive 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
Syntax
C#
public void AddPositiveCharString(
	string positiveCharactersString
)

Parameters

positiveCharactersString
Type: SystemString
String containing characters which should be added to the whitelist
See Also