Click or drag to resize
GlobalValuesDeleteValue Method
Deletes a group value.

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

Parameters

groupName
Type: SystemString
The group name to find.
key
Type: SystemString
The value key to delete.
See Also