CancelUserRoleEventArgs Constructor (BCRepositoryObject, String, BCUserRole, Boolean) |
Namespace: BlueCieloECM.InnoCielo.Meridian.DesignAssembly: 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
)
Public Sub New (
currentObject As BCRepositoryObject,
userOrUsergroup As String,
userRole As BCUserRole,
cancel As Boolean
)
public:
CancelUserRoleEventArgs(
BCRepositoryObject^ currentObject,
String^ userOrUsergroup,
BCUserRole^ userRole,
bool cancel
)
new :
currentObject : BCRepositoryObject *
userOrUsergroup : string *
userRole : BCUserRole *
cancel : bool -> CancelUserRoleEventArgs
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