Click or drag to resize

UpstreamRoleProviderServiceFindUsersInRole Method

Find all users in a specified role

Namespace: SanteDB.Client.Upstream.Security
Assembly: SanteDB.Client (in SanteDB.Client.dll) Version: 3.0.2081-alpha+027e4605b77f83de5445cbcd55717223932d2452
Syntax
public string[] FindUsersInRole(
	string role
)

Parameters

role  String

[Missing <param name="role"/> documentation for "M:SanteDB.Client.Upstream.Security.UpstreamRoleProviderService.FindUsersInRole(System.String)"]

Return Value

String

[Missing <returns> documentation for "M:SanteDB.Client.Upstream.Security.UpstreamRoleProviderService.FindUsersInRole(System.String)"]

Implements

IRoleProviderServiceFindUsersInRole(String)
See Also