Click or drag to resize

PFTaskCounterGetData Method

Returns the total number of tasks filtered with the current widget settings and grouped by PFTaskStatus.

Namespace:  Packflow.Core.Widgets.BuiltIn
Assembly:  MicaSystems.Packflow.Core (in MicaSystems.Packflow.Core.dll) Version: 1.0.0.0 (3.2.0.306)
Syntax
C#
[PFWidgetActionAttribute]
public IDictionary<PFTaskStatus, int> GetData(
	PFSite site
)

Parameters

site
Type: Packflow.CorePFSite

Return Value

Type: IDictionaryPFTaskStatus, Int32
See Also