Click or drag to resize

RemoteSecurityRepositoryFindUsersInRole Method

Find all users in role

Namespace:  SanteDB.DisconnectedClient.Services.Remote
Assembly:  SanteDB.DisconnectedClient.Core (in SanteDB.DisconnectedClient.Core.dll) Version: 2.2.1
Syntax
public string[] FindUsersInRole(
	string role
)

Parameters

role
Type: SystemString

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

Return Value

Type: String

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

Implements

IRoleProviderServiceFindUsersInRole(String)
See Also