Click or drag to resize

UserIDGeneratorControllerGenerateUserID Method

The method generates a unique userid/username/identity id's The userid is generated by combining the first letters of the person's name. The generated id is always in uppercase unless ToLowerCase is set to true

Namespace:  Omada.OE.Solution.OIM.AppLogic
Assembly:  Omada.OE.Solution.OIM.AppLogic (in Omada.OE.Solution.OIM.AppLogic.dll) Version: 15.0.0.0
Syntax
C#
public string GenerateUserID(
	UserIDGeneratorParameters parameters
)

Parameters

parameters
Type: Omada.OE.Solution.OIM.ModelUserIDGeneratorParameters

Return Value

Type: String
See Also