Click or drag to resize
ProjectTaskInfoProviderSetProjectTaskInfoInternal Method
Sets (updates or inserts) specified Project task.

Namespace: CMS.ProjectManagement
Assembly: CMS.ProjectManagement (in CMS.ProjectManagement.dll) Version: 8.2.23
Syntax
C#
protected virtual void SetProjectTaskInfoInternal(
	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 user
See Also