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

Namespace: CMS.DocumentEngine
Assembly: CMS.DocumentEngine (in CMS.DocumentEngine.dll) Version: 8.2.23
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