Click or drag to resize
GlobalValuesItems Property
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>> Items { get; }

Property Value

Type: DictionaryString, DictionaryString, String
See Also