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

Namespace: CMS.ProjectManagement
Assembly: CMS.ProjectManagement (in CMS.ProjectManagement.dll) Version: 8.2.23
Syntax
C#
protected virtual ProjectStatusInfo GetProjectStatusInfoInternal(
	string projectstatusName
)

Parameters

projectstatusName
Type: SystemString
Projectstatus name

Return Value

Type: ProjectStatusInfo
See Also