Click or drag to resize

AppStandardDataItemClassDictionaryUI Property

Gives Dictionary for UI.

Namespace:  SOWIApp.Foundation
Assembly:  SOWIApp.Foundation (in SOWIApp.Foundation.dll) Version: 19.1.23.1 (19.1.23.622)
Syntax
public Dictionary<string, string> DictionaryUI { get; set; }

Property Value

Type: DictionaryString, String

Implements

IAppStandardDataItemClassDictionaryUI
Remarks
Check first exists dictionary (private, performance). If not exist then load Dictionary UI from SOWIApp.Foundation.Session.GetDictionaryUI by this LanguageOut and this ClientID
See Also