Click or drag to resize
GlobalValuesUpdateGroup Method
Updates a global value group.

Namespace: ConnectedApps.Cms.Sdk.Data
Assembly: ConnectedApps.Cms.Sdk.Data (in ConnectedApps.Cms.Sdk.Data.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public void UpdateGroup(
	string groupName,
	Dictionary<string, string> keyValuePairs,
	int languageId
)

Parameters

groupName
Type: SystemString
The group name to find.
keyValuePairs
Type: System.Collections.GenericDictionaryString, String
A key value collection of values to update.
languageId
Type: SystemInt32
The language the values are in.
See Also