Click or drag to resize

PFDashboardAccessesManageContextIds Property

Gets or sets the list of ids of contexts users have to be admins (role) to manage 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> ManageContextIds { get; set; }

Property Value

Type: ListInt64
See Also