Click or drag to resize
ProjectStatusInfoProviderSetProjectStatusInfoInternal Method
Sets (updates or inserts) specified ProjectStatus.

Namespace: CMS.ProjectManagement
Assembly: CMS.ProjectManagement (in CMS.ProjectManagement.dll) Version: 8.2.23
Syntax
C#
protected virtual void SetProjectStatusInfoInternal(
	ProjectStatusInfo projectstatusObj
)

Parameters

projectstatusObj
Type: CMS.ProjectManagementProjectStatusInfo
Projectstatus to be set
See Also