Click or drag to resize
ProjectStatusInfoProviderGetProjectStatusInfo Method (String)
Returns ProjectStatus with specified name.

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

Parameters

projectstatusName
Type: SystemString
Projectstatus name

Return Value

Type: ProjectStatusInfo
See Also