Click or drag to resize

SQLiteRoleProviderServiceFindUsersInRole Method

Finds users in the specified role

Namespace:  SanteDB.DisconnectedClient.SQLite.Security
Assembly:  SanteDB.DisconnectedClient.SQLite (in SanteDB.DisconnectedClient.SQLite.dll) Version: 2.2.1
Syntax
public string[] FindUsersInRole(
	string role
)

Parameters

role
Type: SystemString

[Missing <param name="role"/> documentation for "M:SanteDB.DisconnectedClient.SQLite.Security.SQLiteRoleProviderService.FindUsersInRole(System.String)"]

Return Value

Type: String

[Missing <returns> documentation for "M:SanteDB.DisconnectedClient.SQLite.Security.SQLiteRoleProviderService.FindUsersInRole(System.String)"]

Implements

IRoleProviderServiceFindUsersInRole(String)
See Also