ProjectTaskInfoProvider GetUserActiveTasksCount Method Kentico 8.0 API Reference
Returns count of active tasks for current user.

Namespace: CMS.ProjectManagement
Assembly: CMS.ProjectManagement (in CMS.ProjectManagement.dll) Version: 8.0.0.0 (8.0.5239.26125)

Parameters

userId
Type: OnlineSystem Int32
User ID
sitename
Type: OnlineSystem String
Site name, if site name is not defined select tasks from all sites
includeFinished
Type: OnlineSystem Boolean
Indicates whether finished tasks should be included in active tasks
includeNotStarted
Type: OnlineSystem Boolean
Indicates whether not started tasks should be included in active tasks

Return Value

Type: OnlineInt32
See Also