Click or drag to resize

AdoRoleProviderFindUsersInRole Method

Finds a list of all users in the role

Namespace: SanteDB.Persistence.Data.Services
Assembly: SanteDB.Persistence.Data (in SanteDB.Persistence.Data.dll) Version: 3.0.2081-alpha+be3dca7062b437ed047a057127f85f12119224b9
Syntax
public string[] FindUsersInRole(
	string role
)

Parameters

role  String

[Missing <param name="role"/> documentation for "M:SanteDB.Persistence.Data.Services.AdoRoleProvider.FindUsersInRole(System.String)"]

Return Value

String

[Missing <returns> documentation for "M:SanteDB.Persistence.Data.Services.AdoRoleProvider.FindUsersInRole(System.String)"]

Implements

IRoleProviderServiceFindUsersInRole(String)
See Also