Click or drag to resize

PFSiteGetHomeDashboard Method

Gets the home dashboard.

Referenced by the CurrentUser.DashboardId if set, else the PFSite.DashboardId.

Namespace:  Packflow.Core
Assembly:  MicaSystems.Packflow.Core (in MicaSystems.Packflow.Core.dll) Version: 1.0.0.0 (3.2.0.306)
Syntax
C#
public PFDashboard GetHomeDashboard()

Return Value

Type: PFDashboard
PFDashboard or null if not found.
See Also