Click or drag to resize
GlobalValuesRenameValueName Method
Renames a group value's name.

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 RenameValueName(
	string groupName,
	string key,
	string newKey
)

Parameters

groupName
Type: SystemString
The group name to find.
key
Type: SystemString
The key of the value to update.
newKey
Type: SystemString
The new value key.
See Also