ProjectTaskInfoProviderSetProjectTaskInfo Method (ProjectTaskInfo, Boolean) |
Sets (updates or inserts) specified Project task.
Namespace: CMS.ProjectManagementAssembly: CMS.ProjectManagement (in CMS.ProjectManagement.dll) Version: 8.2.23
Syntax public static void SetProjectTaskInfo(
ProjectTaskInfo projectTaskObj,
bool sendNotification
)
Parameters
- projectTaskObj
- Type: CMS.ProjectManagementProjectTaskInfo
Project task to be set - sendNotification
- Type: SystemBoolean
If set to true, send email notification to the task the owner and assignee
See Also