Click or drag to resize
BCUserAddToGroup Method (Int32)
Adds the user to the specified group.

Namespace:  BlueCieloECM.InnoCielo.Meridian.Server
Assembly:  BlueCieloECM.InnoCielo.Meridian (in BlueCieloECM.InnoCielo.Meridian.dll) Version: 4.0.0.0 (4.0.41.0)
Syntax
public void AddToGroup(
	int groupID
)

Parameters

groupID
Type: SystemInt32
The ID property value of the group to add to.
See Also