Click or drag to resize

PFUserDashboardId Property

Gets or sets the dashboard id, referencing the default dashboard shown to the user.

If set, this overrides the DashboardId property on the PFSite.

If not set, GetActiveDashboard returns null and the PFSite dashboard is used instead.

Namespace:  Packflow.Core
Assembly:  MicaSystems.Packflow.Core (in MicaSystems.Packflow.Core.dll) Version: 1.0.0.0 (3.2.0.306)
Syntax
C#
public long DashboardId { get; set; }

Property Value

Type: Int64
See Also