Click or drag to resize
uLiveWallpaper
LiveWallpaperPreferencesSetString Method
Sets a preference value.

Namespace:  LostPolygon.uLiveWallpaper
Syntax
C#
public static bool SetString(
	string key,
	string value
)

Parameters

key
Type: SystemString
Preference key.
value
Type: SystemString
Value to be written into preference.

Return Value

Type: Boolean
true on success, false if editing session has not been started, on error.
See Also