Click or drag to resize
BCUserDBGetGroup Method (Int32)
Returns a user group with the specified ID property value.

Namespace: BlueCieloECM.InnoCielo.Meridian.Server
Assembly: BlueCieloECM.InnoCielo.Meridian (in BlueCieloECM.InnoCielo.Meridian.dll) Version: 4.0.0.0 (4.0.19.0)
Syntax
public BCUserGroup GetGroup(
	int groupID
)

Parameters

groupID
Type: SystemInt32
The ID property value of the user group to return.

Return Value

Type: BCUserGroup
The user group with the specified ID property value.
See Also