Sitecore 5.0 API

FileDataStore.RemoveValue Method 

Removes the value.

[Visual Basic]
NotOverridable Public Sub RemoveValue( _
   ByVal key As String _
) _
    Implements IClientDataStore.RemoveValue
[C#]
public void RemoveValue(
   string key
);

Parameters

key
Key.

Implements

IClientDataStore.RemoveValue

See Also

FileDataStore Class | Sitecore.Configuration Namespace