GlobalValuesDeleteValue Method |
Deletes a group value.
Namespace: ConnectedApps.Cms.Sdk.DataAssembly: ConnectedApps.Cms.Sdk.Data (in ConnectedApps.Cms.Sdk.Data.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic void DeleteValue(
string groupName,
string key
)
Public Sub DeleteValue (
groupName As String,
key As String
)
public:
void DeleteValue(
String^ groupName,
String^ key
)
member DeleteValue :
groupName : string *
key : string -> unit
Parameters
- groupName
- Type: SystemString
The group name to find. - key
- Type: SystemString
The value key to delete.
See Also