Click or drag to resize

AdoRoleProviderGetAllRoles(String) Method

Get all roles for the specified user

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

Parameters

userName  String

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

Return Value

String

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

Implements

IRoleProviderServiceGetAllRoles(String)
See Also