Click or drag to resize
ProjectStatusInfoProviderGetProjectStatusesInternal Method (Boolean)
Returns dataset of all ProjectStatuses.

Namespace: CMS.ProjectManagement
Assembly: CMS.ProjectManagement (in CMS.ProjectManagement.dll) Version: 8.2.23
Syntax
C#
protected virtual InfoDataSet<ProjectStatusInfo> GetProjectStatusesInternal(
	bool showOnlyEnabled
)

Parameters

showOnlyEnabled
Type: SystemBoolean
If set to true [show only enabled statuses]

Return Value

Type: InfoDataSetProjectStatusInfo
See Also