| 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
)
Public Function CreateRole (
role As SecurityRoleInfo
) As SecurityRoleInfo
public:
SecurityRoleInfo^ CreateRole(
SecurityRoleInfo^ role
)
member CreateRole :
role : SecurityRoleInfo -> SecurityRoleInfo
Parameters
- role
- Type: SanteDB.Core.Model.AMI.AuthSecurityRoleInfo
The role to be created.
Return Value
Type:
SecurityRoleInfoReturns the newly created role.
See Also