Click or drag to resize

UserGroupManagerGetNewUserGroup Method (DataObjectSecurity)

Returns a new (empty) usergroup. 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 UserGroup GetNewUserGroup(
	DataObjectSecurity securityObject
)

Parameters

securityObject
Type: Omada.OE.ModelDataObjectSecurity

Return Value

Type: UserGroup
See Also