Click or drag to resize

AmiServiceClient.UpdateRole 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: System.Guid
The id of the role to be updated.
roleInfo
Type: SanteDB.Core.Model.AMI.Auth.SecurityRoleInfo
The role containing the updated information.

Return Value

Type: SecurityRoleInfo
Returns the updated role.
See Also