| 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
)
Public Shared Function GetData (
userID As Integer,
pagePath As String,
controlID As String
) As String
Parameters
- userID
- Type: SystemInt32
User id - pagePath
- Type: SystemString
Page path - controlID
- Type: SystemString
Control id
Return Value
Type:
StringString value with settings
See Also