Click or drag to resize
ProjectStatusInfoProviderDeleteProjectStatusInfoInternal Method
Deletes specified ProjectStatus.

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

Parameters

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