ProjectStatusInfoProviderGetProjectStatusesInternal Method (Boolean) |
Returns dataset of all ProjectStatuses.
Namespace: CMS.ProjectManagementAssembly: CMS.ProjectManagement (in CMS.ProjectManagement.dll) Version: 8.2.23
Syntax protected virtual InfoDataSet<ProjectStatusInfo> GetProjectStatusesInternal(
bool showOnlyEnabled
)
Parameters
- showOnlyEnabled
- Type: SystemBoolean
If set to true [show only enabled statuses]
Return Value
Type:
InfoDataSetProjectStatusInfoSee Also