Click or drag to resize

MiscControllerCreateUserGroup Method

The method creates a new user group with the specified name and group type.

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 static int CreateUserGroup(
	string name,
	SetPropertyValue groupType,
	SqlConnection dbConnection,
	SqlTransaction dbTransaction
)

Parameters

name
Type: SystemString
groupType
Type: Omada.OE.ModelSetPropertyValue
dbConnection
Type: System.Data.SqlClientSqlConnection
dbTransaction
Type: System.Data.SqlClientSqlTransaction

Return Value

Type: Int32
Returns the id of the created user group.
See Also