ProjectTaskInfoProviderSetProjectTaskInfoInternal Method |
Sets (updates or inserts) specified Project task.
Namespace: CMS.ProjectManagementAssembly: CMS.ProjectManagement (in CMS.ProjectManagement.dll) Version: 8.2.23
Syntax 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