GlobalValuesGetItemsByLanguage Method |
Gets a dictionary of global value groups and their values.
Namespace: ConnectedApps.Cms.Sdk.SettingsAssembly: ConnectedApps.Cms.Sdk.Settings (in ConnectedApps.Cms.Sdk.Settings.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic Dictionary<string, Dictionary<string, string>> GetItemsByLanguage(
int languageId,
GetMode mode
)
Public Function GetItemsByLanguage (
languageId As Integer,
mode As GetMode
) As Dictionary(Of String, Dictionary(Of String, String))
public:
Dictionary<String^, Dictionary<String^, String^>^>^ GetItemsByLanguage(
int languageId,
GetMode mode
)
member GetItemsByLanguage :
languageId : int *
mode : GetMode -> Dictionary<string, Dictionary<string, string>>
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