Adds the user to the specified group.
Namespace: BlueCieloECM.InnoCielo.Meridian.ServerAssembly: BlueCieloECM.InnoCielo.Meridian (in BlueCieloECM.InnoCielo.Meridian.dll) Version: 1.4.0.0 (1.4.40.0)
Syntax
C# |
---|
public void AddToGroup( int groupID ) |
Visual Basic |
---|
Public Sub AddToGroup ( _ groupID As Integer _ ) |
Visual C++ |
---|
public: void AddToGroup( int groupID ) |
Parameters
- groupID
- Type: System..::..Int32
The ID property value of the group to add to.