Click or drag to resize
ProjectTaskInfoProviderSetProjectTaskInfo Method (ProjectTaskInfo, Boolean)
Sets (updates or inserts) specified Project task.

Namespace: CMS.ProjectManagement
Assembly: CMS.ProjectManagement (in CMS.ProjectManagement.dll) Version: 8.2.23
Syntax
C#
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