Click or drag to resize
GlobalValuesRenameGroup Method
Renames a global value group 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 RenameGroup(
	string groupName,
	string newGroupName
)

Parameters

groupName
Type: SystemString
The existing group name.
newGroupName
Type: SystemString
The new group name.
See Also