Click or drag to resize
BCRoleBasedEnclosureNewAssignment Method
Creates a new assignment for the specified user or user-group to the given role.

Namespace: BlueCieloECM.InnoCielo.Meridian.Server
Assembly: BlueCieloECM.InnoCielo.Meridian (in BlueCieloECM.InnoCielo.Meridian.dll) Version: 4.0.0.0 (4.0.19.0)
Syntax
public BCUserRoleAssignment NewAssignment(
	string userOrUsergroup,
	BCUserRole role
)

Parameters

userOrUsergroup
Type: SystemString
The user or user group to which assign the role.
role
Type: BlueCieloECM.InnoCielo.Meridian.ServerBCUserRole
The role to assign.

Return Value

Type: BCUserRoleAssignment
The created assignment.
See Also