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