Click or drag to resize
PersonalizationInfoProviderGetDashBoardPersonalization Method
Returns PersonalizationInfo according to user ID and Dashboard name.

Namespace: CMS.PortalEngine
Assembly: CMS.PortalEngine.Web.UI (in CMS.PortalEngine.Web.UI.dll) Version: 13.0.131
Syntax
C#
public static PersonalizationInfo GetDashBoardPersonalization(
	int userId,
	string dashboardName,
	string siteName
)

Parameters

userId
Type: SystemInt32
ID of the user to be selected
dashboardName
Type: SystemString
Name of the specified dashboard
siteName
Type: SystemString
Site name

Return Value

Type: PersonalizationInfo
See Also