Click or drag to resize
GlobalValuesUpdateValue Method
Updates a group value's content.

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 UpdateValue(
	string groupName,
	string key,
	string value,
	int languageId
)

Parameters

groupName
Type: SystemString
The group name to find.
key
Type: SystemString
The key of the value to update.
value
Type: SystemString
The content of the value.
languageId
Type: SystemInt32
The language the content is in.
See Also