Click or drag to resize
ProjectStatusInfoProviderDeleteProjectStatusInfo Method (Int32)
Deletes ProjectStatus with specified ID.

Namespace: CMS.ProjectManagement
Assembly: CMS.ProjectManagement (in CMS.ProjectManagement.dll) Version: 8.2.23
Syntax
C#
public static void DeleteProjectStatusInfo(
	int projectstatusId
)

Parameters

projectstatusId
Type: SystemInt32
Projectstatus ID
See Also