Click or drag to resize

SQLiteRoleProviderServiceGetAllRoles Method (String)

Get all roles for the specified user

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

Parameters

userName
Type: SystemString

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

Return Value

Type: String

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

Implements

IRoleProviderServiceGetAllRoles(String)
See Also