Click or drag to resize

PersonalSettingsGetData Method

Gets personal settings for specific user, page and control

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

Parameters

userID
Type: SystemInt32
User id
pagePath
Type: SystemString
Page path
controlID
Type: SystemString
Control id

Return Value

Type: String
String value with settings
See Also