Click or drag to resize

PersonalSettingsSaveData Method

Persists personal setting to data storage

Namespace:  Dynamicweb.Controls
Assembly:  Dynamicweb.Controls (in Dynamicweb.Controls.dll) Version: 4.2.3
Syntax
public static void SaveData(
	int userID,
	string pagePath,
	string controlID,
	string data
)

Parameters

userID
Type: SystemInt32
User id
pagePath
Type: SystemString
Page path
controlID
Type: SystemString
Control id
data
Type: SystemString
personal settings data
See Also