Click or drag to resize

BCUserGroupRemoveUser Method (Int32)

Removes a user from the 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 RemoveUser(
	int userID
)

Parameters

userID
Type: SystemInt32
The ID property value of the user to remove.
See Also