BCUserAddToGroup Method (String) |
Adds the user to the specified group.
Namespace: BlueCieloECM.InnoCielo.Meridian.ServerAssembly: BlueCieloECM.InnoCielo.Meridian (in BlueCieloECM.InnoCielo.Meridian.dll) Version: 4.0.0.0 (4.0.19.0)
Syntax public void AddToGroup(
string groupName
)
Public Sub AddToGroup (
groupName As String
)
public:
void AddToGroup(
String^ groupName
)
member AddToGroup :
groupName : string -> unit
Parameters
- groupName
- Type: SystemString
The name of the user group to add to.
See Also