Click or drag to resize

UserManagerGetNewUser Method (DataObjectSecurity)

Returns a new (empty) user. securityObject denotes the securityobject of the object, that the new user is placed below.

Namespace:  Omada.OE.Model
Assembly:  Omada.OE.Model (in Omada.OE.Model.dll) Version: 15.0.0.0
Syntax
C#
public static User GetNewUser(
	DataObjectSecurity securityObject
)

Parameters

securityObject
Type: Omada.OE.ModelDataObjectSecurity

Return Value

Type: User
See Also