Sitecore 5.0 API

FileDataStore.GetValue Method 

Gets the value.

[Visual Basic]
NotOverridable Public Function GetValue( _
   ByVal key As String _
) As Object _
    Implements IClientDataStore.GetValue
[C#]
public object GetValue(
   string key
);

Parameters

key
Key.

Implements

IClientDataStore.GetValue

See Also

FileDataStore Class | Sitecore.Configuration Namespace