Click or drag to resize
ProjectStatusInfoProviderGetProjectStatusInfo Method (Int32)
Returns ProjectStatus with specified ID.

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

Parameters

projectstatusId
Type: SystemInt32
Projectstatus ID

Return Value

Type: ProjectStatusInfo
See Also