Click or drag to resize
CancelUserRoleEventArgs Constructor (BCRepositoryObject, String, BCUserRole, Boolean)
Initializes a new instance of the CancelUserRoleEventArgs class.

Namespace: BlueCieloECM.InnoCielo.Meridian.Design
Assembly: BlueCieloECM.InnoCielo.Meridian (in BlueCieloECM.InnoCielo.Meridian.dll) Version: 4.0.0.0 (4.0.19.0)
Syntax
public CancelUserRoleEventArgs(
	BCRepositoryObject currentObject,
	string userOrUsergroup,
	BCUserRole userRole,
	bool cancel
)

Parameters

currentObject
Type: BlueCieloECM.InnoCielo.Meridian.ServerBCRepositoryObject
The object the event is raised for. Can be either BCFolder or BCWorkPackage.
userOrUsergroup
Type: SystemString
The user or group to which a role is assigned.
userRole
Type: BlueCieloECM.InnoCielo.Meridian.ServerBCUserRole
The user role that is assigned.
cancel
Type: SystemBoolean
A value indicating whether the operation should be canceled.
See Also