RgfIdentityServiceGetUserSettingsAsync Method

Definition

Namespace: Recrovit.RecroGridFramework.Identity
Assembly: Recrovit.RecroGrid (in Recrovit.RecroGrid.dll) Version: 10.2.0.26.0716.1
C#
public Task<Dictionary<string, string>> GetUserSettingsAsync(
	string userId
)

Parameters

userId  String
 

Return Value

TaskDictionaryString, String

Implements

IRgfIdentityServiceGetUserSettingsAsync(String)

See Also