Returns count of active tasks for current user.
Namespace: CMS.ProjectManagementAssembly: CMS.ProjectManagement (in CMS.ProjectManagement.dll) Version: 8.0.0.0 (8.0.5239.26125)
Parameters
- userId
- Type: System Int32
User ID
- sitename
- Type: System String
Site name, if site name is not defined select tasks from all sites
- includeFinished
- Type: System Boolean
Indicates whether finished tasks should be included in active tasks
- includeNotStarted
- Type: System Boolean
Indicates whether not started tasks should be included in active tasks
Return Value
Type: Int32See Also