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

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

Parameters

projectstatusId
Type: SystemInt32
Projectstatus ID

Return Value

Type: ProjectStatusInfo
See Also