| PersonalizationInfoProviderGetDashBoardPersonalization Method  | 
            Returns PersonalizationInfo according to user ID and Dashboard name.
            
 
Namespace: CMS.DocumentEngineAssembly: CMS.DocumentEngine (in CMS.DocumentEngine.dll) Version: 8.2.23
Syntaxpublic 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