| RemoteSecurityRepositoryGetAllRoles Method |
Get all roles from the server
Namespace:
SanteDB.DisconnectedClient.Services.Remote
Assembly:
SanteDB.DisconnectedClient.Core (in SanteDB.DisconnectedClient.Core.dll) Version: 2.2.1
Syntax public string[] GetAllRoles()
Public Function GetAllRoles As String()
public:
virtual array<String^>^ GetAllRoles() sealed
abstract GetAllRoles : unit -> string[]
override GetAllRoles : unit -> string[]
Return Value
Type:
String[Missing <returns> documentation for "M:SanteDB.DisconnectedClient.Services.Remote.RemoteSecurityRepository.GetAllRoles"]
Implements
IRoleProviderServiceGetAllRolesSee Also