PersonalizationInfoProviderGetDashBoardPersonalization Method |
Returns PersonalizationInfo according to user ID and Dashboard name.
Namespace: CMS.PortalEngineAssembly: CMS.PortalEngine.Web.UI (in CMS.PortalEngine.Web.UI.dll) Version: 13.0.131
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