Click or drag to resize

DictionaryUIGetDictionaryUI Method

Gives a dictionary for user interface with client specifications

Namespace:  SOWIApp.Management.Data
Assembly:  SOWIApp.Management (in SOWIApp.Management.dll) Version: 19.1.23.1 (19.1.23.622)
Syntax
public Dictionary<string, string> GetDictionaryUI(
	string pLanguageOut,
	int pClientID = 0
)

Parameters

pLanguageOut
Type: SystemString
lanaguage use user interface
pClientID (Optional)
Type: SystemInt32
Client ID when exist else is 0

Return Value

Type: DictionaryString, String

[Missing <returns> documentation for "M:SOWIApp.Management.Data.DictionaryUI.GetDictionaryUI(System.String,System.Int32)"]

See Also