Get the username for the given userIds for audit display purposes
Namespace: CelloSaaS.ServiceContracts.UserManagementAssembly: CelloSaaS.ServiceContracts (in CelloSaaS.ServiceContracts.dll) Version: 4.3.1.0 (4.3.1.0)
Dictionary<string, string> GetUserNameForAudit(
string[] userIds
)
Dictionary<string, string> GetUserNameForAudit(
string[] userIds
)
Function GetUserNameForAudit (
userIds As String()
) As Dictionary(Of String, String)
Function GetUserNameForAudit (
userIds As String()
) As Dictionary(Of String, String)
abstract GetUserNameForAudit :
userIds : string[] -> Dictionary<string, string>
abstract GetUserNameForAudit :
userIds : string[] -> Dictionary<string, string>
Parameters
- userIds
- Type: System String
a array of userIds
Return Value
Type:
Dictionary String,
String