ProjectTaskInfoProvider GetUserActiveTasksCount Method Kentico 8.1 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.1.5347.20411)

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