Click or drag to resize

AmiServiceClientCreateRole Method

Creates a role in the IMS.

Namespace:  SanteDB.Messaging.AMI.Client
Assembly:  SanteDB.Messaging.AMI.Client (in SanteDB.Messaging.AMI.Client.dll) Version: 2.2.1
Syntax
public SecurityRoleInfo CreateRole(
	SecurityRoleInfo role
)

Parameters

role
Type: SanteDB.Core.Model.AMI.AuthSecurityRoleInfo
The role to be created.

Return Value

Type: SecurityRoleInfo
Returns the newly created role.
See Also