Click or drag to resize
GlobalValuesGetItemsByLanguage Method
Gets a dictionary of global value groups and their values.

Namespace: ConnectedApps.Cms.Sdk.Settings
Assembly: ConnectedApps.Cms.Sdk.Settings (in ConnectedApps.Cms.Sdk.Settings.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public Dictionary<string, Dictionary<string, string>> GetItemsByLanguage(
	int languageId,
	GetMode mode
)

Parameters

languageId
Type: SystemInt32
The language the global values should be returned in.
mode
Type: ConnectedApps.Cms.EntitiesGetMode
The merge mode that determines the language content of the returned values.

Return Value

Type: DictionaryString, DictionaryString, String
See Also