Click or drag to resize

RemoteSecurityRepositoryGetRole Method

Get role by name

Namespace:  SanteDB.DisconnectedClient.Services.Remote
Assembly:  SanteDB.DisconnectedClient.Core (in SanteDB.DisconnectedClient.Core.dll) Version: 2.2.1
Syntax
public SecurityRole GetRole(
	string roleName
)

Parameters

roleName
Type: SystemString

[Missing <param name="roleName"/> documentation for "M:SanteDB.DisconnectedClient.Services.Remote.RemoteSecurityRepository.GetRole(System.String)"]

Return Value

Type: SecurityRole

[Missing <returns> documentation for "M:SanteDB.DisconnectedClient.Services.Remote.RemoteSecurityRepository.GetRole(System.String)"]

Implements

ISecurityRepositoryServiceGetRole(String)
See Also