Click or drag to resize

PFDashboardAccessesAccessContextIds Property

Gets or sets the list of ids of contexts users have to be allowed to access the dashboard. Note: these are contexts of the selected application.

Namespace:  Packflow.Core
Assembly:  MicaSystems.Packflow.Core (in MicaSystems.Packflow.Core.dll) Version: 1.0.0.0 (3.2.0.306)
Syntax
C#
[DataMemberAttribute]
public List<long> AccessContextIds { get; set; }

Property Value

Type: ListInt64
See Also