Click or drag to resize

BCUserAddToGroup Method (String)

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.111.0)
Syntax
public void AddToGroup(
	string groupName
)

Parameters

groupName
Type: SystemString
The name of the user group to add to.
See Also