Click or drag to resize
BCUserGroupUpdate Method (Boolean)

Note: This API is now obsolete.

Commits or revokes all the changes made to the group.

Namespace: BlueCieloECM.InnoCielo.Meridian.Server
Assembly: BlueCieloECM.InnoCielo.Meridian (in BlueCieloECM.InnoCielo.Meridian.dll) Version: 4.0.0.0 (4.0.19.0)
Syntax
[ObsoleteAttribute("This method might be removed from future versions. Use "Rollback" or "Commit" methods.")]
public void Update(
	bool cancel
)

Parameters

cancel
Type: SystemBoolean
Value indicating whether all the changes made to the group should be revoked (canceled).
Remarks
See Also