Click or drag to resize
ProjectTaskStatusInfoProviderCheckDependencies Method
Check if the status can be removed.

Namespace: CMS.ProjectManagement
Assembly: CMS.ProjectManagement (in CMS.ProjectManagement.dll) Version: 8.2.23
Syntax
C#
public static bool CheckDependencies(
	int taskStatusId
)

Parameters

taskStatusId
Type: SystemInt32
The task status id

Return Value

Type: Boolean
See Also