Sitecore 5.0 API

FileDataStore.SetValue Method (String, Object)

Sets the value.

[Visual Basic]
NotOverridable Overloads Public Sub SetValue( _
   ByVal key As String, _
   ByVal value As Object _
) _
    Implements IClientDataStore.SetValue
[C#]
public void SetValue(
   string key,
   object value
);

Parameters

key
Key.
value
Value.

Implements

IClientDataStore.SetValue

See Also

FileDataStore Class | Sitecore.Configuration Namespace | FileDataStore.SetValue Overload List