EDMIService: Add dynamic file path
This commit is contained in:
@@ -37,6 +37,10 @@ Namespace IDB
|
||||
End Function
|
||||
|
||||
Public Function UserAttributesToDictionary(pUserAttributes As List(Of UserAttributeValue)) As Dictionary(Of String, List(Of String))
|
||||
If pUserAttributes Is Nothing OrElse pUserAttributes.Count = 0 Then
|
||||
Return New Dictionary(Of String, List(Of String))
|
||||
End If
|
||||
|
||||
Return pUserAttributes.ToDictionary(
|
||||
Function(attr) attr.AttributeName,
|
||||
Function(attr) attr.AttributeValues)
|
||||
|
||||
Reference in New Issue
Block a user