Click or drag to resize
uLiveWallpaper
LiveWallpaperPreferencesHasKey Method
Checks whether the preferences contains a preference.

Namespace:  LostPolygon.uLiveWallpaper
Syntax
C#
public static bool HasKey(
	string key
)

Parameters

key
Type: SystemString
Preference key to check.

Return Value

Type: Boolean
true if the preference exists, false otherwise.
See Also