| 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
)
Public Function GetAllRoles (
userName As String
) As String()
public:
virtual array<String^>^ GetAllRoles(
String^ userName
) sealed
abstract GetAllRoles :
userName : string -> string[]
override GetAllRoles :
userName : string -> string[]
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