Sitecore 5.0 API
IClientDataStore.RemoveValue Method
Removes the value.
[Visual Basic]
Sub RemoveValue( _
ByVal
name
As
String
_
)
[C#]
void
RemoveValue(
string
name
);
Parameters
name
Name.
See Also
IClientDataStore Interface
|
Sitecore.Configuration Namespace