Click or drag to resize

AmiServiceClientUpdateRole Method

Updates a role.

Namespace:  SanteDB.Messaging.AMI.Client
Assembly:  SanteDB.Messaging.AMI.Client (in SanteDB.Messaging.AMI.Client.dll) Version: 2.2.1
Syntax
public SecurityRoleInfo UpdateRole(
	Guid roleId,
	SecurityRoleInfo roleInfo
)

Parameters

roleId
Type: SystemGuid
The id of the role to be updated.
roleInfo
Type: SanteDB.Core.Model.AMI.AuthSecurityRoleInfo
The role containing the updated information.

Return Value

Type: SecurityRoleInfo
Returns the updated role.
See Also